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