ProductOrderItem.fromJson constructor

ProductOrderItem.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ProductOrderItem.fromJson(Map<String, dynamic> json) =>
    _$ProductOrderItemFromJson(json);