hasHold property

bool hasHold

Implementation

bool get hasHold =>
    _activedLinkParent != null ? _activedLinkParent!.hasHold : _hasHold;