CountriesListResponse constructor

CountriesListResponse({
  1. List<Country>? countries,
  2. String? kind,
})

Implementation

CountriesListResponse({
  this.countries,
  this.kind,
});