ExceptionSource<T> constructor
const
ExceptionSource<T> (
- T exception,
- StackTrace stackTrace
Implementation
const ExceptionSource(this.exception, this.stackTrace);