Pending constructor
Pending({})
Implementation
Pending({
this.orderId = "",
this.orderType = "",
this.sender = "",
this.receiver = "",
this.amountTransfer = 0,
this.amountFee = 0,
});
Pending({
this.orderId = "",
this.orderType = "",
this.sender = "",
this.receiver = "",
this.amountTransfer = 0,
this.amountFee = 0,
});