cityList property
inherited
Implementation
@override
List<CityListResponse> get cityList {
_$cityListAtom.reportRead();
return super.cityList;
}
inherited
Implementation
@override
set cityList(List<CityListResponse> value) {
_$cityListAtom.reportWrite(value, super.cityList, () {
super.cityList = value;
});
}