newKeyword property

  1. @override
Token? newKeyword
final

The token representing the 'new' keyword, or null if there was no 'new' keyword.

Implementation

@override
final Token? newKeyword;