rx property

BehaviorSubject<T> get rx

创建一个带有初始值的 BehaviorSubject

Implementation

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