getIsSynthetic method

  1. @override
bool getIsSynthetic()
inherited

Checks if a declaration is a synthetic declaration.

Synthetic declarations are normally generated by the compiler, for classes with generic values.

Implementation

@override
bool getIsSynthetic() => _isSynthetic;