Skip constructor

const Skip(
  1. [String? reason]
)

Marks a suite as skipped.

If reason is passed, it's included in the test output as the reason the test is skipped.

Implementation

const Skip([this.reason]);