Pending class

Constructors

Pending({String orderId = "", String orderType = "", String sender = "", String receiver = "", double amountTransfer = 0, double amountFee = 0})

Properties

amountFee double
getter/setter pair
amountTransfer double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orderId String
getter/setter pair
orderType String
getter/setter pair
receiver String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
getter/setter pair

Methods

copyWith({String? orderId, String? orderType, String? address, String? sender, String? receiver, double? amountTransfer, double? amountFee, int? timeStamp}) Pending
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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