BalanceResponse constructor
BalanceResponse({})
Implementation
BalanceResponse({
required this.walletId,
required this.queryId,
required this.confirmedBalance,
required this.unconfirmedBalance,
required this.totalBalance,
});