ReducerDef<A> constructor

const ReducerDef<A>(
  1. String name,
  2. ReducerArgDecoder<A> argsDecoder
)

Implementation

const ReducerDef(this.name, this.argsDecoder);