subject property
Implementation
@visibleForTesting
@protected
BehaviorSubject<M> get subject =>
_subject ??= BehaviorSubject.seeded(initValue);
@visibleForTesting
@protected
BehaviorSubject<M> get subject =>
_subject ??= BehaviorSubject.seeded(initValue);