RxWorker constructor

RxWorker(
  1. StreamSubscription _subscription,
  2. Debouncer? _debouncer
)

Implementation

RxWorker(this._subscription, this._debouncer);