staticKeyword property
The token representing the 'static' keyword, or null
if the fields are
not static.
Implementation
@override
final Token? staticKeyword;
The token representing the 'static' keyword, or null
if the fields are
not static.
@override
final Token? staticKeyword;