wasSkipped property

bool get wasSkipped

Implementation

bool get wasSkipped {
  if (shouldAlwaysRun) return false;

  return files.isEmpty;
}