Concentration constructor

Concentration({
  1. String? units,
  2. double? value,
})

Implementation

Concentration({
  this.units,
  this.value,
});