ExampleValidationError constructor

ExampleValidationError(
  1. int exampleIndex,
  2. String message, {
  3. Object? cause,
})

Creates a new ExampleValidationError.

Implementation

ExampleValidationError(this.exampleIndex, this.message, {this.cause});