staticKeyword property
Token?
get
staticKeyword
The token representing the static
keyword, or null
if the fields
aren't static.
Implementation
Token? get staticKeyword;
The token representing the static
keyword, or null
if the fields
aren't static.
Token? get staticKeyword;