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