staticKeyword property

  1. @override
Token? staticKeyword
final

The token representing the 'static' keyword, or null if the fields are not static.

Implementation

@override
final Token? staticKeyword;