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