dataFromJson function

OrderPriority dataFromJson(
  1. String str
)

priority_id : "1" name : "Low"

Implementation

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