Mapper<State, NestedState> typedef

Mapper<State, NestedState> = NestedState Function(State state)

Mapper is a function that takes an object and maps it to another object. Used for state and builder mappers passed to NestedReducerBuilder.

Implementation

typedef Mapper<State, NestedState> = NestedState Function(State state);