isAbstract property

bool get isAbstract

Return true if this field is abstract. Executable fields are abstract if they are declared with the abstract keyword.

Implementation

bool get isAbstract;