RxImpl<T>.withPub constructor

RxImpl<T>.withPub(
  1. T _value,
  2. Pub? _pub
)

Constructor: With dedicated Pub parameter

Implementation

RxImpl.withPub(this._value, this._pub) {
  _addTag();
}