bindOrSet method

void bindOrSet(
  1. dynamic other
)
override

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) =>
    _inner.bindOrSet(other);