ErrorWrapper constructor

ErrorWrapper(
  1. Object error,
  2. StackTrace? stackTrace
)

Implementation

ErrorWrapper(this.error, this.stackTrace);