ErrorAndStackTrace constructor
const
ErrorAndStackTrace(
- Object error,
- StackTrace stackTrace
Implementation
const ErrorAndStackTrace(this.error, this.stackTrace);
const ErrorAndStackTrace(this.error, this.stackTrace);