PreferredUnit constructor

const PreferredUnit(
  1. String identifier,
  2. String unit
)

Implementation

const PreferredUnit(
  this.identifier,
  this.unit,
);