isClass property
bool
get
isClass
Whether the TypeDeclaration has an associatedClass.
Implementation
bool get isClass => associatedClass != null;
Whether the TypeDeclaration has an associatedClass.
bool get isClass => associatedClass != null;