ImpactCountrySetting constructor

ImpactCountrySetting({
  1. required dynamic parent,
  2. required List<ImpactCountryItem> CountryLst,
})

Implementation

ImpactCountrySetting({
  required this.parent,
  required this.CountryLst,
});