isAbstract property

bool isAbstract

Returns true if the method is not implemented.

Implementation

bool get isAbstract =>
    _attributes & CorMethodAttr.mdAbstract == CorMethodAttr.mdAbstract;