LazxState class

Inheritance

Constructors

LazxState()

Properties

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<LxState>
no setterinherited
stateObserver → BehaviorSubject<LxState>
An observer for your state's value
finalinherited

Methods

dispose() → void
Dispose the stream when the implemented class is disposed
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState(LxState newState) → void
Set a new value
toString() String
A string representation of this object.
inherited

Operators

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