getRx method

RX getRx(
  1. String ref
)
inherited

Implementation

RX<T> getRx(String ref)
{
  return _rx.firstWhere((e) => e.ref == ref);
}