getIsSynthetic abstract method
Checks if a declaration is a synthetic declaration.
Synthetic declarations are normally generated by the compiler, for classes with generic values.
Implementation
bool getIsSynthetic();
Checks if a declaration is a synthetic declaration.
Synthetic declarations are normally generated by the compiler, for classes with generic values.
bool getIsSynthetic();