-
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