SchemaValidationError.constraints constructor

const SchemaValidationError.constraints(
  1. String message
)

Implementation

const SchemaValidationError.constraints(this.message)
    : type = SchemaError.constraints;