BehaviorSubjectRxVar<T> class
- Implemented types
-
- Available extensions
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<T>
-
no setteroverride
-
value
↔ T
-
getter/setter pairoverride
Methods
-
map<V>(V mapper(T value))
→ RxVal<V>
-
Available on RxVal<T>,
provided by the MhuRxValX extension
-
mapVar<V>({required V mapper(T value), required T setter(T t, V v)})
→ RxVar<V>
-
Available on RxVar<T>,
provided by the MhuRxVarX extension
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(T update(T value))
→ T
-
Available on RxVar<T>,
provided by the MhuRxVarX extension