userProvidedUnitLast property

String? userProvidedUnitLast
getter/setter pair

The user provided unit on the last element.

Optional. Possible string values are:

  • "ENERGY_UNIT_UNSPECIFIED" : Unspecified energy unit.
  • "JOULE" : Value representing joule.
  • "KILOJOULE" : Value representing kilojoule.
  • "KILOCALORIE" : Value representing kilocalorie.
  • "SMALL_CALORIE" : Value representing small calorie.
  • "CALORIE" : Value representing calorie.

Implementation

core.String? userProvidedUnitLast;