RelatedProductOrderItem.fromJson constructor

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

Implementation

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