ReceiptTransferOut constructor
const
ReceiptTransferOut({})
Implementation
const ReceiptTransferOut({
required this.from,
required this.to,
required this.amount,
required this.assetId,
required this.pc,
required this.isField,
});