ConstraintViolationError constructor

ConstraintViolationError(
  1. String message, [
  2. Object? source
])

Implementation

ConstraintViolationError(super.message, [super.source]);