selectedListingCountry property
inherited
Implementation
@override
Country get selectedListingCountry {
_$selectedListingCountryAtom.reportRead();
return super.selectedListingCountry;
}
inherited
Implementation
@override
set selectedListingCountry(Country value) {
_$selectedListingCountryAtom
.reportWrite(value, super.selectedListingCountry, () {
super.selectedListingCountry = value;
});
}