Balance constructor

Balance({
  1. String? balance,
})

Implementation

Balance({
  this.balance,
});