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