selectedCountry property

ValueNotifier<({String code, String name})?> selectedCountry
final

Implementation

final ValueNotifier<({String name, String code})?> selectedCountry;