TransactionMetadata constructor
TransactionMetadata({})
Implementation
TransactionMetadata({
this.transactionType,
this.currency,
this.amount,
this.decimals,
this.fromAddress,
this.toAddress,
this.extra = const {},
});