ExceptionCause constructor

ExceptionCause(
  1. dynamic exception,
  2. dynamic stackTrace, {
  3. String? source,
})

Implementation

ExceptionCause(this.exception, this.stackTrace, {this.source});