unit property

String? unit
getter/setter pair

The units for magnitude. Possible string values are:

  • "UNIT_UNSPECIFIED" : The units are unknown.
  • "PT" : A point, 1/72 of an inch.

Implementation

core.String? unit;