M4eTransactionResult constructor
Implementation
const M4eTransactionResult({
@required this.from,
@required this.to,
@required this.amount,
@required this.at,
@required this.txType,
@required this.meta,
});
const M4eTransactionResult({
@required this.from,
@required this.to,
@required this.amount,
@required this.at,
@required this.txType,
@required this.meta,
});