synthetic property

  1. @override
bool synthetic
final

Whether this identifier token is synthetic. We sometimes convert KeywordTokens to identifiers if they're unambiguous, in which case synthetic will be true on this token because it was not scanned as such.

Implementation

@override
final bool synthetic;