countryListNotifier top-level property

ValueNotifier<List<CountryModel>> countryListNotifier
getter/setter pair

Implementation

ValueNotifier<List<CountryModel>> countryListNotifier = ValueNotifier([]);