ProductEntity class
Constructors
-
ProductEntity({required String art, required num discount, required List<
String> images, required bool isFavorite, required num minOrder, required String name, required PriceRuleEntity defaultPriceRule, required List<PriceRuleEntity> priceRules, required Map<ProductInfoType, String> infoMap, required num quantity, required num quantityInCart, required num quantityPerPackage, required num step, required UomType uom, bool isRemoved = false, String? barcode, int? categoryId, String? imageLink, int? vendorId, String? vendorLogo, String? vendorName, String? vendorUrl})
Properties
- art → String
-
final
- barcode → String?
-
final
- categoryId → int?
-
final
- defaultPriceRule → PriceRuleEntity
-
final
- discount → num
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageLink → String?
-
final
-
images
→ List<
String> -
final
-
infoMap
→ Map<
ProductInfoType, String> -
final
- isFavorite → bool
-
final
- isRemoved → bool
-
final
- minOrder → num
-
final
- name → String
-
final
-
priceRules
→ List<
PriceRuleEntity> -
final
- quantity → num
-
final
- quantityInCart → num
-
final
- quantityPerPackage → num
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- step → num
-
final
- uom → UomType
-
final
- vendorId → int?
-
final
- vendorLogo → String?
-
final
- vendorName → String?
-
final
- vendorUrl → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited