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