ErrorWrapper constructor
ErrorWrapper(
- Object error,
- StackTrace? stackTrace
Implementation
ErrorWrapper(this.error, this.stackTrace);
ErrorWrapper(this.error, this.stackTrace);