Country constructor
const
Country({})
Implementation
const Country({
required this.countryId,
required this.capital,
required this.name,
required this.countryCode,
required this.numberOfStates,
});
const Country({
required this.countryId,
required this.capital,
required this.name,
required this.countryCode,
required this.numberOfStates,
});