streamDebounce property

Stream<T> streamDebounce

Implementation

Stream<T> get streamDebounce =>
    _behaviorSubject.debounceTime(const Duration(milliseconds: 1500));