isSpecialName property

bool isSpecialName

Returns true if the property is special; the name describes how.

Implementation

bool get isSpecialName =>
    _attributes & CorPropertyAttr.prSpecialName ==
    CorPropertyAttr.prSpecialName;