Balance constructor

Balance({
  1. required String numberDecimal,
})

Implementation

Balance({
  required this.numberDecimal,
});