selectedCountryDetailsForPhoneCode top-level property

ValueNotifier<CountryModel> selectedCountryDetailsForPhoneCode
getter/setter pair

Implementation

ValueNotifier<CountryModel> selectedCountryDetailsForPhoneCode =
    ValueNotifier(CountryModel());