orderListFromJson function

OrderModel orderListFromJson(
  1. dynamic str
)

Implementation

OrderModel orderListFromJson(dynamic str) => (OrderModel.fromJson(str));