dataFromJson function
title : "Total Inquiries" total : 44 filter_type : "" show_to : "all_inquiry"
Implementation
InquiriesCountData dataFromJson(String str) => InquiriesCountData.fromJson(json.decode(str));
title : "Total Inquiries" total : 44 filter_type : "" show_to : "all_inquiry"
InquiriesCountData dataFromJson(String str) => InquiriesCountData.fromJson(json.decode(str));