ErrorWithTrace constructor
const
ErrorWithTrace(
- Object error,
- StackTrace stackTrace
Creates a new ErrorWithTrace with the given error
and stackTrace
.
Implementation
const ErrorWithTrace(this.error, this.stackTrace);