glucoseUnit property

String? glucoseUnit
getter/setter pair

The measurement unit defined in the user's account settings.

Optional. Possible string values are:

  • "GLUCOSE_UNIT_UNSPECIFIED" : Glucose unit is not specified.
  • "GLUCOSE_UNIT_MG_DL" : Glucose unit is mg/dL.
  • "GLUCOSE_UNIT_MMOL_L" : Glucose unit is mmol/l.

Implementation

core.String? glucoseUnit;