BloodGlucose class
Represents a blood glucose level measurement.
LINT: LEGACY_NAMES
Constructors
- BloodGlucose({double? bloodGlucoseMilligramsPerDeciliter, String? mealType, String? measurementSource, String? measurementTiming, String? notes, ObservationSampleTime? sampleTime, String? specimen})
- BloodGlucose.fromJson(Map json_)
Properties
- bloodGlucoseMilligramsPerDeciliter ↔ double?
-
Blood glucose level concentration in mg/dL.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mealType ↔ String?
-
Meal type of the measurement.
getter/setter pair
- measurementSource ↔ String?
-
Source of the measurement.
getter/setter pair
- measurementTiming ↔ String?
-
Timing of the measurement.
getter/setter pair
- notes ↔ String?
-
Standard free-form notes captured at manual logging.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleTime ↔ ObservationSampleTime?
-
The time at which blood glucose was measured.
getter/setter pair
- specimen ↔ String?
-
Type of body fluid used to measure the blood glucose.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited