SkuIds class

Constructors

SkuIds({required String? skuId, required String? imageId, required String? styleCode, required String? sku, required List<Attribute>? attribute, required List<Category>? category, required Brand? brand, required String? productDimension, required String? packingDimension, required num? weight, required String? productId, required String? type, required bool? isMultiple, required String? productName, required String? imageUrl, required String? productDescription, required Price? price, required int? qty, required String? sTypename})
SkuIds.fromJson(Map<String, dynamic> json)
SkuIds.fromRequestJson(dynamic json)

Properties

attribute List<Attribute>?
latefinal
brand Brand?
latefinal
category List<Category>?
latefinal
hashCode int
The hash code for this object.
no setterinherited
imageId String?
latefinal
imageUrl String?
latefinal
isMultiple bool?
latefinal
packingDimension String?
latefinal
price Price?
latefinal
productDescription String?
latefinal
productDimension String?
latefinal
productId String?
latefinal
productName String?
latefinal
qty int?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String?
latefinal
skuId String?
latefinal
styleCode String?
latefinal
sTypename String?
latefinal
type String?
latefinal
weight num?
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