ErrorAndStackTrace constructor

const ErrorAndStackTrace(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

const ErrorAndStackTrace(this.error, this.stackTrace);