IOrder class

------ Order short info from Tabby ----------------- ///

Constructors

IOrder({required String referenceId, required DateTime updatedAt})
IOrder.fromMap(Map<String, dynamic> data)
From Json to Model
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
referenceId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
From Json to Model
toString() String
A string representation of this object.
override

Operators

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