abstractKeyword property

  1. @override
Token? abstractKeyword
final

The token for the 'abstract' keyword, or null if this is not defining an abstract class.

Implementation

@override
final Token? abstractKeyword;