State constructor
State({})
Implementation
State({
this.id,
this.name,
this.countryId,
this.countryCode,
this.countryName,
this.stateCode,
this.type,
this.latitude,
this.longitude,
});
State({
this.id,
this.name,
this.countryId,
this.countryCode,
this.countryName,
this.stateCode,
this.type,
this.latitude,
this.longitude,
});