ExceptionCause constructor
ExceptionCause(
- dynamic exception,
- dynamic stackTrace, {
- String? source,
Implementation
ExceptionCause(this.exception, this.stackTrace, {this.source});