Balance constructor

Balance({
  1. String? numberDecimal,
})

Implementation

Balance({this.numberDecimal});