ValidationException constructor

const ValidationException(
  1. String message, [
  2. dynamic cause
])

Implementation

const ValidationException(super.message, [super.cause]);