factoryKeyword property

  1. @override
Token? factoryKeyword
final

The token for the 'factory' keyword, or null if the constructor is not a factory constructor.

Implementation

@override
final Token? factoryKeyword;