keyword property
      
      Token?
      get
      keyword
      
    
    
The new or const keyword used to indicate how an object should be
created, or null if the keyword isn't explicitly provided.
Implementation
Token? get keyword;The new or const keyword used to indicate how an object should be
created, or null if the keyword isn't explicitly provided.
Token? get keyword;