ArrayCountryModel constructor

ArrayCountryModel({
  1. List<CountryModel>? list,
})

Implementation

ArrayCountryModel({
    this.list,});