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