bs property

BehaviorSubject<T> bs

Implementation

BehaviorSubject<T> get bs => BehaviorSubject<T>.seeded(this);