Transaction constructor
Transaction({})
Implementation
Transaction({
this.card,
// this.bank,
required this.activeAmount,
this.fundForDepositBalanceAmount,
required this.totalAmountToDeposit,
required this.currency,
this.amountDeposited,
});