newKeyword property

Token? get newKeyword

The token for the new keyword, or null if the keyword is absent, so either factoryKeyword is not null, or the old syntax with typeName is used.

Implementation

Token? get newKeyword;