Quantity constructor

Quantity({
  1. String? numeric,
})

Implementation

Quantity({
  this.numeric,
});