selectedCountry property
inherited
Implementation
@override
CountryListResponse? get selectedCountry {
_$selectedCountryAtom.reportRead();
return super.selectedCountry;
}
inherited
Implementation
@override
set selectedCountry(CountryListResponse? value) {
_$selectedCountryAtom.reportWrite(value, super.selectedCountry, () {
super.selectedCountry = value;
});
}