UnitValue constructor

UnitValue({
  1. num? value,
  2. UnitType? type,
})

Implementation

UnitValue({
  this.value,
  this.type,
});