bindOrSet method Null safety
- dynamic other
Binds if other
is Stream or RxValue
of type T
. Sets if other
is
instance of T
Implementation
void bindOrSet(/* T | Stream<T> | Reactive<T> */ other);
Binds if other
is Stream or RxValue
of type T
. Sets if other
is
instance of T
void bindOrSet(/* T | Stream<T> | Reactive<T> */ other);