Measure class abstract

Annotations
  • @freezed

Constructors

Measure.new({@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})
const
factory

Properties

comment String?
no setterinherited
comparator String?
no setterinherited
copyWith → $MeasureCopyWith<Measure>
Create a copy of Measure with the given fields replaced by the non-null parameter values.
no setterinherited
evolution int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ref double?
no setterinherited
referenceRanges List<ReferenceRange>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity int?
no setterinherited
severityCode String?
no setterinherited
sign String?
no setterinherited
unit String?
no setterinherited
unitCodes Set<CodeStub>?
no setterinherited
value double?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode(Measure value) Map<String, dynamic>
fromJSON(Map<String, dynamic> data) Measure