ProductItem.fromJson constructor

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

Create a ProductItem from JSON

Implementation

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