Sku class

Constructors

Sku({required String? sku, required int? setSkuPrice, required int? setQuantity, required String? skuId, required String? styleCode, required String? variationType, required int? b2cSellingPrice, required int? b2bSellingPrice, required int? mrp, required int? discount, required String? productName, required String? iNTsku, required String? sizeAttributeSettingId, required String? sizeAttributeSettingFieldValueId, required String? colorAttributeSettingId, required String? colorAttributeSettingFieldValueId, required String? gstTypeId, required int? gstValue, required String? colorAttributeFieldValue, required String? sizeAttributeFieldValue, required String? colorAttributeName, required String? sizeAttributeName, required String sTypename})
Sku.fromJson(Map<String, dynamic> json)

Properties

b2bSellingPrice int?
latefinal
b2cSellingPrice int?
latefinal
colorAttributeFieldValue String?
latefinal
colorAttributeName String?
latefinal
colorAttributeSettingFieldValueId String?
latefinal
colorAttributeSettingId String?
latefinal
discount int?
latefinal
gstTypeId String?
latefinal
gstValue int?
latefinal
hashCode int
The hash code for this object.
no setterinherited
iNTsku String?
latefinal
mrp int?
latefinal
productName String?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setQuantity int?
latefinal
setSkuPrice int?
latefinal
sizeAttributeFieldValue String?
latefinal
sizeAttributeName String?
latefinal
sizeAttributeSettingFieldValueId String?
latefinal
sizeAttributeSettingId String?
latefinal
sku String?
latefinal
skuId String?
latefinal
styleCode String?
latefinal
sTypename String
latefinal
variationType String?
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