staticKeyword property
Token?
get
staticKeyword
Return the token representing the 'static' keyword, or null
if the
fields are not static.
Implementation
Token? get staticKeyword;
Return the token representing the 'static' keyword, or null
if the
fields are not static.
Token? get staticKeyword;