bs property

BehaviorSubject<String> bs

Implementation

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