GetCountrySpecsResponse constructor
const
GetCountrySpecsResponse({
- required List<
CountrySpec> data, - required bool hasMore,
- required String url,
CountrySpecList
Implementation
const GetCountrySpecsResponse({
required this.data,
required this.hasMore,
required this.url,
});