Module<S> class
Constructors
-
Module(String _id, Dispatcher _closure(Dispatcher dispatcher, void initializer(dynamic (S)), StateChannel<
StateAction< state, Dispatcher next))S, dynamic> >
Properties
Methods
-
call(
Dispatcher dispatcher, void initializer(dynamic (S)), StateChannel< StateAction< state, Dispatcher next) → DispatcherS, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited