PackSetValue class

Constructors

PackSetValue({required String sId, required List<SkuIds> skuIds, required int count, required int setPrice, required int setQuantity, required int maximumQuantity, required String setLabelName, required String? setColorId, required String? setAppletName, required String sTypename})
PackSetValue.fromJson(Map<String, dynamic> json)

Properties

count int
latefinal
hashCode int
The hash code for this object.
no setterinherited
maximumQuantity int
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setAppletName String?
latefinal
setColorId String?
latefinal
setLabelName String
latefinal
setPrice int
latefinal
setQuantity int
latefinal
sId String
latefinal
skuIds List<SkuIds>
latefinal
sTypename 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