isFinal property

bool get isFinal

Returns true if the method cannot be overridden.

Implementation

bool get isFinal =>
    _attributes & CorMethodAttr.mdFinal == CorMethodAttr.mdFinal;