isAbstract property

bool isAbstract

Whether the executable element is abstract.

Executable elements are abstract if they are not external, and have no body.

Implementation

bool get isAbstract;