hasDefault property

bool hasDefault

Returns true if the property has a default value.

Implementation

bool get hasDefault =>
    _attributes & CorPropertyAttr.prHasDefault ==
    CorPropertyAttr.prHasDefault;