FawryItem class

Constructors

FawryItem({@required String sku, @required String description, @required String qty, @required String price, String originalPrice, String height, String length, String weight, String width, String variantCode, List<String> reservationCodes, String earningRuleID})
FawryItem constructor. [...]

Properties

description String
read / write
earningRuleID String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
height String
read / write
length String
read / write
originalPrice String
read / write
price String
read / write
qty String
read / write
reservationCodes List<String>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sku String
read / write
variantCode String
read / write
weight String
read / write
width String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJSON() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited