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