keyword property
      
      Token?
      get
      keyword
      
    
    
The token representing either the final, const or var keyword, or
null if no keyword was used.
Implementation
Token? get keyword;The token representing either the final, const or var keyword, or
null if no keyword was used.
Token? get keyword;