dataFromJson function
priority_id : "1" name : "Low"
Implementation
OrderPriority dataFromJson(String str) => OrderPriority.fromJson(json.decode(str));
priority_id : "1" name : "Low"
OrderPriority dataFromJson(String str) => OrderPriority.fromJson(json.decode(str));