countryList property

  1. @override
List<CountryListResponse> countryList
inherited

Implementation

@override
List<CountryListResponse> get countryList {
  _$countryListAtom.reportRead();
  return super.countryList;
}
  1. @override
void countryList=(List<CountryListResponse> value)
inherited

Implementation

@override
set countryList(List<CountryListResponse> value) {
  _$countryListAtom.reportWrite(value, super.countryList, () {
    super.countryList = value;
  });
}