cityList property

  1. @override
List<CityListResponse> cityList
inherited

Implementation

@override
List<CityListResponse> get cityList {
  _$cityListAtom.reportRead();
  return super.cityList;
}
  1. @override
void cityList=(List<CityListResponse> value)
inherited

Implementation

@override
set cityList(List<CityListResponse> value) {
  _$cityListAtom.reportWrite(value, super.cityList, () {
    super.cityList = value;
  });
}