Store<Model> class

Constructors

Store({required Model initialModel, Cmd<Model> initialCmd(Model initial)?, List<FutureOr<Stream<Msg<Model>>>> subscriptions(Model initial)?, Cmd<Model> onDispose(Model current)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
model → Model
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<Model>
no setter

Methods

dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Msg<Model> msg) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited