GetBalanceQuery constructor

GetBalanceQuery({
  1. required String walletId,
  2. String? queryId,
})

Implementation

GetBalanceQuery({required this.walletId, this.queryId});