type property

String? type
final

The token type the mode assigned to the token, such as "keyword" or "comment" (may also be null).

Implementation

final String? type;