isCurrentPathSkipped property

bool get isCurrentPathSkipped

Whether any group on the current declaration-time path is skipped.

Implementation

bool get isCurrentPathSkipped =>
    _declarationStack.any((group) => group.skipped);