isAbstract property

bool isAbstract

Whether the field is abstract.

Executable fields are abstract if they are declared with the abstract keyword.

Implementation

bool get isAbstract;