Skip constructor Null safety
- [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]);
Marks a suite as skipped.
If reason is passed, it's included in the test output as the reason the test is skipped.
const Skip([this.reason]);