breaksAnchor property

bool breaksAnchor

Implementation

bool get breaksAnchor =>
    !wasSkipped &&
    destination.wasParsed &&
    !destination.satisfiesFragment(fragment);