Measure constructor
Measure({})
Returns a new Measure instance.
Implementation
Measure({
this.value,
this.min,
this.max,
this.ref,
this.severity,
this.severityCode,
this.evolution,
this.unit,
this.unitCodes = const {},
this.comment,
this.comparator,
});