subject property

BehaviorSubject<WeatherModel?> subject

Implementation

BehaviorSubject<WeatherModel?> get subject => _subject;