class GeoZonesRequestModel { final String PatientID; GeoZonesRequestModel({this.PatientID}); Map toFlatMap() { return {"PatientID": PatientID.toString()}; } }