selectedCountryForPhone property

  1. @override
String selectedCountryForPhone
inherited

Implementation

@override
String get selectedCountryForPhone {
  _$selectedCountryForPhoneAtom.reportRead();
  return super.selectedCountryForPhone;
}
  1. @override
void selectedCountryForPhone=(String value)
inherited

Implementation

@override
set selectedCountryForPhone(String value) {
  _$selectedCountryForPhoneAtom
      .reportWrite(value, super.selectedCountryForPhone, () {
    super.selectedCountryForPhone = value;
  });
}