userProvidedUnitLast property

String? userProvidedUnitLast
getter/setter pair

The user provided unit on the last element.

Optional. Possible string values are:

  • "WEIGHT_UNIT_UNSPECIFIED" : Unspecified weight unit.
  • "GRAM" : Value representing gram.
  • "KILOGRAM" : Value representing kilogram.
  • "OUNCE" : Value representing ounce.
  • "POUND" : Value representing pound.
  • "STONE" : Value representing stone.
  • "MILLIGRAM" : Value representing milligram.
  • "MICROGRAM" : Value representing microgram.
  • "NANOGRAM" : Value representing nanogram.

Implementation

core.String? userProvidedUnitLast;