unit property

String? unit
getter/setter pair

The units for magnitude. Possible string values are:

  • "UNIT_UNSPECIFIED" : The units are unknown.
  • "EMU" : An English Metric Unit (EMU) is defined as 1/360,000 of a centimeter and thus there are 914,400 EMUs per inch, and 12,700 EMUs per point.
  • "PT" : A point, 1/72 of an inch.

Implementation

core.String? unit;