commanResponseFromJson function
message : "Inquiry follow up added successfully." success : 1
Implementation
CommanResponse commanResponseFromJson(String str) => CommanResponse.fromJson(json.decode(str));
message : "Inquiry follow up added successfully." success : 1
CommanResponse commanResponseFromJson(String str) => CommanResponse.fromJson(json.decode(str));