name property

  1. @override
String name
override

The name of the keyword type.

Implementation

@override
String get name => lexeme.toUpperCase();