keyword property Null safety
inherited
Return the keyword, if a keyword token, or null
otherwise.
Implementation
@override
Keyword? get keyword => null;
Return the keyword, if a keyword token, or null
otherwise.
@override
Keyword? get keyword => null;