isAbstract property
bool
get
isAbstract
Return true
if this class is abstract. A class is abstract if it has an
explicit abstract
modifier. Note, that this definition of
abstract is different from has unimplemented members.
Implementation
bool get isAbstract;