ValidationException constructor

ValidationException({
  1. required List<ConstrainViolation> violations,
  2. Map<String, Object>? headers,
})

Implementation

ValidationException({required this.violations, super.headers});