Sku class

Constructors

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

Properties

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