Class.isClass

Checks if this type is a class. For children of Class, this always returns true.

class Class
@property final override const
bool
isClass
()

Return Value

Type: bool

true if the type is a class.

Meta