isAbstract property

bool isAbstract
inherited

Return true if this class is abstract. A class is abstract if it has an explicit abstract modifier or if it is implicitly abstract, such as a class defined by a mixin declaration. Note, that this definition of abstract is different from has unimplemented members. TODO(scheglov) Deprecate and replace it.

Implementation

bool get isAbstract;