Module<S> constructor
Module<S> (
- String _id,
- Dispatcher _closure(
- Dispatcher dispatcher,
- void initializer(
- dynamic (
- S
- dynamic (
- StateChannel<
StateAction< state,S, dynamic> > - Dispatcher next,
Implementation
Module(this._id, this._closure);