BalanceUpdate constructor
Creates an instance of BalanceUpdate.
balance is the updated balance information.
transactionId is the transaction ID for this update.
Implementation
BalanceUpdate({
required this.balance,
required this.transactionId,
});