OrderItem class

Constructors

OrderItem({required int quantity, required String? comments, required String? variant, required String? variantValue, required double? price, required int? piece, required double? igst, required double? cgst, required double? sgst, required Pack? pack, required Set? sets})
OrderItem.fromJson(Map<String, dynamic> json)

Properties

cgst double?
latefinal
comments String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
igst double?
latefinal
pack Pack?
latefinal
piece int?
latefinal
price double?
latefinal
quantity int
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sets Set?
latefinal
sgst double?
latefinal
variant String?
latefinal
variantValue 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