ZapSchemaException constructor

ZapSchemaException(
  1. String message,
  2. List<ZapValidationIssue> issues, {
  3. String? classification,
})

Implementation

ZapSchemaException(this.message, this.issues, {this.classification});