awaitKeyword property

  1. @override
Token? awaitKeyword
final

Return the token representing the 'await' keyword, or null if there was no 'await' keyword.

Implementation

@override
final Token? awaitKeyword;