PositionApp class

Inheritance
Available Extensions

Constructors

PositionApp([KokoroStore<Position>? store])

Properties

currentState Position
no setterinherited
externals PositionExternals
getter/setter pair
handle PositionEvents
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Stream<Position>
getter/setter pairinherited

Methods

dispatch(dynamic action, [bool log = true]) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduce(dynamic action, Position oldState) Position
override
store<ChildState>(ChildState map(Position)) KokoroStore<ChildState>
inherited
toString() String
A string representation of this object.
inherited

Operators

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