RxStateStorage<T> class
Constructors
- RxStateStorage(String key, {required T? mapper(String value), T? initialValue})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String
-
getter/setter pair
- mapper ↔ T? Function(String value)
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<
T> -
no setterinherited
- value → T?
-
no setterinherited
Methods
-
addStream(
Stream< T> stream) → RxState<T> -
inherited
-
map<
M> (M mapper(T)) → RxState< M> -
inherited
-
next(
T value) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited