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