WalletTransaction constructor
WalletTransaction({})
Implementation
WalletTransaction({
required this.id,
required this.walletId,
required this.changeAmount,
required this.unit,
required this.walletType,
required this.state,
required this.metadata,
this.completionMsg,
this.transactionDate,
this.initiatedDate,
});