StateXStore class

Constructors

StateXStore()

Properties

error Exception?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inLoading bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateXObserver StateXNotifierObserver
no setter

Methods

addObserver(StateXObserver observer, {String? key}) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeObserver(StateXObserver observer) → void
removeObserverKey(String key) → void
setError(Exception error, {String? key}) → void
setLoading(bool status, {String? key}) → void
toString() String
A string representation of this object.
inherited

Operators

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