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