NumberUnits constructor

const NumberUnits({
  1. String name = '',
  2. double value = 0,
})

Implementation

const NumberUnits({
  this.name = '',
  this.value = 0,
});