awaitKeyword property

Token? awaitKeyword

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

Implementation

Token? get awaitKeyword;