bindOrSet abstract method

void bindOrSet(
  1. 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);