Measure constructor
const
Measure({
- @Default(null) double? value,
- @Default(null) double? ref,
- @Default(null) int? severity,
- @Default(null) String? severityCode,
- @Default(null) int? evolution,
- @Default(null) String? unit,
- @Default(null) Set<
CodeStub> ? unitCodes, - @Default(null) String? comment,
- @Default(null) String? comparator,
- @Default(null) String? sign,
- @Default([]) List<
ReferenceRange> referenceRanges,
Implementation
const factory Measure({
@Default(null) double? value,
@Default(null) double? ref,
@Default(null) int? severity,
@Default(null) String? severityCode,
@Default(null) int? evolution,
@Default(null) String? unit,
@Default(null) Set<CodeStub>? unitCodes,
@Default(null) String? comment,
@Default(null) String? comparator,
@Default(null) String? sign,
@Default([]) List<ReferenceRange> referenceRanges,
}) = _Measure;