awaitKeyword property
      
      Token?
      get
      awaitKeyword
      
    
    
The token representing the await keyword, or null if there's no
await keyword.
Implementation
Token? get awaitKeyword;The token representing the await keyword, or null if there's no
await keyword.
Token? get awaitKeyword;