ReducerDef<A> constructor
const
ReducerDef<A> (
- String name,
- ReducerArgDecoder<
A> argsDecoder
Implementation
const ReducerDef(this.name, this.argsDecoder);