QueryBalanceResponse constructor

const QueryBalanceResponse({
  1. String? balance,
})

Implementation

const QueryBalanceResponse({this.balance});