StateModel constructor

StateModel({
  1. required String id,
  2. required String name,
  3. required String countryId,
})

Implementation

StateModel({required this.id, required this.name, required this.countryId});