ActionMutations<T, K> typedef

ActionMutations<T, K> = List<Mutation> Function(K response, T payload)

Implementation

typedef List<Mutation> ActionMutations<T, K>(K response, T payload);