heightUnit property
The measurement unit defined in the user's account settings.
Optional. Possible string values are:
- "HEIGHT_UNIT_UNSPECIFIED" : Height unit is not specified.
- "HEIGHT_UNIT_INCHES" : Height unit is inches.
- "HEIGHT_UNIT_CENTIMETERS" : Height unit is cm.
Implementation
core.String? heightUnit;