arguments property
final
The arguments for the method.
Must be a valid value for the MethodCodec used.
This property is dynamic, which means type-checking is skipped when accessing
this property. To minimize the risk of type errors at runtime, the value should
be cast to Object? when accessed.
Implementation
final dynamic arguments;