ExceptionSource<T> constructor

const ExceptionSource<T>(
  1. T exception,
  2. StackTrace stackTrace
)

Implementation

const ExceptionSource(this.exception, this.stackTrace);