CollQLIOException constructor

CollQLIOException(
  1. String message, {
  2. StackTrace? stackTrace,
  3. dynamic cause,
})

Implementation

CollQLIOException(super.message, {super.stackTrace, super.cause});