dataFromJson function

StatisticsItem dataFromJson(
  1. String str
)

total_orders : "0" total_amount : "0.00" title : "Total Order By Retailer"

Implementation

StatisticsItem dataFromJson(String str) => StatisticsItem.fromJson(json.decode(str));