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