type property

String? type
getter/setter pair

Detected break type. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified break type.
  • "SPACE" : A single whitespace.
  • "WIDE_SPACE" : A wider whitespace.
  • "HYPHEN" : A hyphen that indicates that a token has been split across lines.

Implementation

core.String? type;