StoreA<Model> class

Inheritance
Available Extensions

Constructors

StoreA({required Model initialModel, Cmd<Model> initialCmd(Model initial)?, List<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 setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<Model>
no setterinherited

Methods

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

Operators

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