reducerArgs property

dynamic reducerArgs
final

Strongly-typed reducer arguments, deserialized by the generator-registered ReducerArgDecoder. Type is dynamic due to heterogeneous storage; the runtime type is preserved.

Implementation

final dynamic reducerArgs;