Module<S> constructor

Module<S>(
  1. String _id,
  2. Dispatcher _closure(
    1. Dispatcher dispatcher,
    2. void initializer(
      1. dynamic (
        1. S
        )
      ),
    3. StateChannel<StateAction<S, dynamic>> state,
    4. Dispatcher next,
    )
)

Implementation

Module(this._id, this._closure);