inquiriesCountResponseFromJson function

InquiriesCountResponse inquiriesCountResponseFromJson(
  1. String str
)

data : {"title":"Total Inquiries","total":44,"filter_type":"","show_to":"all_inquiry"},{"title":"Blocked Units","total":1,"filter_type":"","show_to":"all_blocked"},{"title":"Booked Units","total":1,"filter_type":"Booked","show_to":"all_inquiry"} success : 1 message : ""

Implementation

InquiriesCountResponse inquiriesCountResponseFromJson(String str) => InquiriesCountResponse.fromJson(json.decode(str));