selectedListingCountry property

  1. @override
Country selectedListingCountry
inherited

Implementation

@override
Country get selectedListingCountry {
  _$selectedListingCountryAtom.reportRead();
  return super.selectedListingCountry;
}
  1. @override
void selectedListingCountry=(Country value)
inherited

Implementation

@override
set selectedListingCountry(Country value) {
  _$selectedListingCountryAtom
      .reportWrite(value, super.selectedListingCountry, () {
    super.selectedListingCountry = value;
  });
}