isClass property

bool isClass

Whether the TypeDeclaration has an associatedClass.

Implementation

bool get isClass => associatedClass != null;