model/InquiryTypesListResponseModel library

Functions

dataFromJson(String str) DataInquiryType
inquiry_types : {"type":"Lease","isSelected":false},{"type":"Buy","isSelected":false}
dataToJson(DataInquiryType data) String
inquiryTypesFromJson(String str) InquiryTypesData
type : "Lease" isSelected : false
inquiryTypesListResponseModelFromJson(String str) InquiryTypesListResponseModel
data : {"inquiry_types":{"type":"Lease","isSelected":false},{"type":"Buy","isSelected":false}} success : 1 message : "Types found."
inquiryTypesListResponseModelToJson(InquiryTypesListResponseModel data) String
inquiryTypesToJson(InquiryTypesData data) String