SkippedTest constructor

const SkippedTest({
  1. String? issue,
  2. String? reason,
})

Initialize this annotation with the given arguments.

issue is a full URI describing the failure and used for tracking. reason is a free form textual description.

Implementation

const SkippedTest({String? issue, String? reason});