weightUnit property
The measurement unit defined in the user's account settings.
Optional. Possible string values are:
- "WEIGHT_UNIT_UNSPECIFIED" : Weight unit is not specified.
- "WEIGHT_UNIT_POUNDS" : Weight unit is pounds.
- "WEIGHT_UNIT_STONE" : Weight unit is stones.
- "WEIGHT_UNIT_KILOGRAMS" : Weight unit is kilograms.
Implementation
core.String? weightUnit;