ProductResponse class

Annotations

Constructors

ProductResponse({String? art, @JsonKey(name: 'art_sets') String? artSets, String? barcode, @JsonKey(name: 'base_price') double? basePrice, bool? bestseller, String? brand, @JsonKey(name: 'brand_id') int? brandId, @JsonKey(name: 'brand_image') String? brandImage, @JsonKey(name: 'brand_name') String? brandName, String? country, String? calories, @JsonKey(name: 'description_short') String? descriptionShort, int? discount, @JsonKey(name: 'expiration_date') String? expirationDate, String? group, String? image, @JsonKey(name: 'image_link') String? imageLink, List<Image>? images, String? importer, @JsonKey(name: 'in_wishlist') bool? inWishlist, String? ingredients, @JsonKey(name: 'is_hidden') bool? isHidden, String? izgotov, @JsonKey(name: 'manufacture_date') String? manufactureDate, @JsonKey(name: 'min_order') int? minOrder, String? model, bool? multiple, String? name, @JsonKey(name: 'new_product') bool? newProduct, String? nominal, @JsonKey(name: 'nominal_name') String? nominalName, String? nutrition, @JsonKey(name: 'package_quantity') int? packageQuantity, String? packer, @JsonKey(name: 'price_vat') double? priceVat, List<Price>? prices, @JsonKey(name: 'product_consists') String? productConsists, @JsonKey(name: 'promo_end_date') String? promoEndDate, @JsonKey(name: 'promo_start_date') String? promoStartDate, bool? promotion, int? quantity, @JsonKey(name: 'quantity_in_cart') int? quantityInCart, @JsonKey(name: 'quantity_inc') int? quantityInc, @JsonKey(name: 'search_keywords') String? searchKeywords, @JsonKey(name: 'seo_description') String? seoDescription, @JsonKey(name: 'seo_keywords') String? seoKeywords, @JsonKey(name: 'seo_title') String? seoTitle, @JsonKey(name: 'short_code') String? shortCode, @JsonKey(name: 'show_price_per_kg') bool? showPricePerKg, @JsonKey(name: 'single_price') bool? singlePrice, String? size, @JsonKey(name: 'special_offer') bool? specialOffer, String? status, @JsonKey(name: 'storage_conditions') String? storageConditions, @JsonKey(name: 'technical_conditions_act') String? technicalConditionsAct, String? text, String? uom, @JsonKey(name: 'user_id') int? userId, int? vat, int? weight})
const
factory
ProductResponse.fromJson(Map<String, dynamic> json)
factory

Properties

art String?
no setterinherited
artSets String?
no setterinherited
barcode String?
no setterinherited
basePrice double?
no setterinherited
bestseller bool?
no setterinherited
brand String?
no setterinherited
brandId int?
no setterinherited
brandImage String?
no setterinherited
brandName String?
no setterinherited
calories String?
no setterinherited
copyWith → $ProductResponseCopyWith<ProductResponse>
Create a copy of ProductResponse with the given fields replaced by the non-null parameter values.
no setterinherited
country String?
no setterinherited
descriptionShort String?
no setterinherited
discount int?
no setterinherited
expirationDate String?
no setterinherited
group String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
image String?
no setterinherited
no setterinherited
images List<Image>?
no setterinherited
importer String?
no setterinherited
ingredients String?
no setterinherited
inWishlist bool?
no setterinherited
isHidden bool?
no setterinherited
izgotov String?
no setterinherited
manufactureDate String?
no setterinherited
minOrder int?
no setterinherited
model String?
no setterinherited
multiple bool?
no setterinherited
name String?
no setterinherited
newProduct bool?
no setterinherited
nominal String?
no setterinherited
nominalName String?
no setterinherited
nutrition String?
no setterinherited
packageQuantity int?
no setterinherited
packer String?
no setterinherited
prices List<Price>?
no setterinherited
priceVat double?
no setterinherited
productConsists String?
no setterinherited
promoEndDate String?
no setterinherited
promoStartDate String?
no setterinherited
promotion bool?
no setterinherited
quantity int?
no setterinherited
quantityInc int?
no setterinherited
quantityInCart int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchKeywords String?
no setterinherited
seoDescription String?
no setterinherited
seoKeywords String?
no setterinherited
seoTitle String?
no setterinherited
shortCode String?
no setterinherited
showPricePerKg bool?
no setterinherited
singlePrice bool?
no setterinherited
size String?
no setterinherited
specialOffer bool?
no setterinherited
status String?
no setterinherited
storageConditions String?
no setterinherited
technicalConditionsAct String?
no setterinherited
text String?
no setterinherited
uom String?
no setterinherited
userId int?
no setterinherited
vat int?
no setterinherited
weight int?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this ProductResponse to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited