Product.fromJson constructor

Product.fromJson(
  1. dynamic json
)

Implementation

factory Product.fromJson(dynamic json) => _$ProductFromJson(json);