markAllIgnored method

GroupTracker markAllIgnored()

Implementation

GroupTracker markAllIgnored() => GroupTracker._create(
  const {},
  _groupCount,
  {
    ..._previouslyIgnoredRefs,
    ..._positions.keys,
  },
);