hasDefault property

bool hasDefault

Returns true if the parameter has a default value.

Implementation

bool get hasDefault =>
    _attributes & CorParamAttr.pdHasDefault == CorParamAttr.pdHasDefault;