ProductDetails class

Constructors

ProductDetails({required String? sId, required bool? isMultiple, required List<CategoryIds>? categoryIds, required String? imageId, required String? productId, required String? name, required String? description, required dynamic details, required dynamic packVariant, required int? moq, required bool? isOutofstock, required String? type, required List? skuIds, required List? children, required Price? price, required List<VariantTypes>? variantTypes, required List<Images>? images, required List<MergeAttribute>? mergeAttribute, required dynamic filterAttribute, required String? sTypename, required String? skuId})
ProductDetails.fromJson(Map<String, dynamic> json)

Properties

categoryIds List<CategoryIds>?
latefinal
children List?
latefinal
description String?
latefinal
details ↔ dynamic
latefinal
filterAttribute ↔ dynamic
latefinal
hashCode int
The hash code for this object.
no setterinherited
imageId String?
latefinal
images List<Images>?
latefinal
isMultiple bool?
latefinal
isOutofstock bool?
latefinal
mergeAttribute List<MergeAttribute>?
latefinal
moq int?
latefinal
name String?
latefinal
packVariant ↔ dynamic
latefinal
price Price?
latefinal
productId String?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sId String?
latefinal
skuId String?
latefinal
skuIds List?
latefinal
sTypename String?
latefinal
type String?
latefinal
variantTypes List<VariantTypes>?
latefinal

Methods

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

Operators

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