stateListResponseModelFromJson function
data : {"id":12,"name":"Gujarat"}
success : 1
total_records : 1
message : "Records found."
Implementation
StateListResponseModel stateListResponseModelFromJson(String str) => StateListResponseModel.fromJson(json.decode(str));