isAbstract property
bool
get
isAbstract
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.
Implementation
bool get isAbstract;