Weight constructor

Weight({
  1. String? unit,
  2. String? value,
})

Implementation

Weight({
  this.unit,
  this.value,
});