Checks if a declaration is a synthetic declaration.
Synthetic declarations are normally generated by the compiler, for classes with generic values.
@override bool getIsSynthetic() => _isSynthetic;