numberFormatType property

String? numberFormatType
getter/setter pair

The formatting for the number. Possible string values are:

  • "NUMBER_FORMAT_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "NUMERIC" : Numbers are formatted to have no digits or fixed number of digits after the decimal point according to locale. An optional custom unit can be added.
  • "TIME_DURATION" : Numbers are formatted to hours, minutes and seconds.
  • "CURRENCY" : Numbers are formatted to currency according to locale.

Implementation

core.String? numberFormatType;