$isClassGenerated property

bool $isClassGenerated
inherited

Whether this class has been generated.

Used to allow certain behavior (e.g., instantiation) on generated implementation classes, while preventing it in the stubbed classes.

This should ONLY be overridden by code generation; behavior is undefined otherwise.

Implementation

bool get $isClassGenerated => false;