thisKeyword property
Token?
get
thisKeyword
Return the token for the 'this' keyword, or null
if there is no 'this'
keyword.
Implementation
Token? get thisKeyword;
Return the token for the 'this' keyword, or null
if there is no 'this'
keyword.
Token? get thisKeyword;