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