selectedCity property
inherited
Implementation
@override
CityListResponse? get selectedCity {
_$selectedCityAtom.reportRead();
return super.selectedCity;
}
inherited
Implementation
@override
set selectedCity(CityListResponse? value) {
_$selectedCityAtom.reportWrite(value, super.selectedCity, () {
super.selectedCity = value;
});
}