setCountry method
- CountryListResponse? countryData
inherited
Implementation
@override
void setCountry(CountryListResponse? countryData) {
final _$actionInfo = _$_AddListingStoreActionController.startAction(
name: '_AddListingStore.setCountry');
try {
return super.setCountry(countryData);
} finally {
_$_AddListingStoreActionController.endAction(_$actionInfo);
}
}