ValidationError constructor
ValidationError({})
Implementation
ValidationError({
required Map<String, List<String>> errors,
dynamic message,
super.code = HttpStatus.unprocessableEntity,
}) : super(errors, message: message);