isAbstract property

  1. @override
bool isAbstract
final

Whether the executable element is abstract.

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

Implementation

@override
final bool isAbstract;