countryId property
inherited
Implementation
@override
String get countryId {
_$countryIdAtom.reportRead();
return super.countryId;
}
inherited
Implementation
@override
set countryId(String value) {
_$countryIdAtom.reportWrite(value, super.countryId, () {
super.countryId = value;
});
}