FawryItem class

Constructors

FawryItem({required String sku, required String description, required int qty, required double price, double? originalPrice, int? height, int? length, double? weight, int? width, String? variantCode, List<String>? reservationCodes, String? earningRuleID, String? imageUrl})
FawryItem constructor.

Properties

description String
getter/setter pair
earningRuleID String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
imageUrl String?
getter/setter pair
length int?
getter/setter pair
originalPrice double?
getter/setter pair
price double
getter/setter pair
qty int
getter/setter pair
reservationCodes List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String
getter/setter pair
variantCode String?
getter/setter pair
weight double?
getter/setter pair
width int?
getter/setter pair

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