isAbstract property
bool
get
isAbstract
Whether the 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;