Balance constructor

Balance({
  1. List<TokenBalance>? token,
  2. int? uco,
})

Implementation

Balance({
  this.token,
  this.uco,
});