Balance constructor Null safety

Balance(
  1. {String? balance}
)

Implementation

Balance({
  this.balance,
});