selectedCountry property
Country
get
selectedCountry
Implementation
Country get selectedCountry => _selectedCountry;
set
selectedCountry
(Country country)
Implementation
set selectedCountry(Country country) {
_selectedCountry = country;
notifyListeners();
}