IndianState constructor
IndianState({})
Constructs an IndianState object.
All fields are required and must be provided during object creation.
Implementation
IndianState({
required this.name,
required this.code,
required this.capital,
required this.population,
required this.image,
required this.cities,
required this.area,
});