IsolateException constructor
IsolateException(
- dynamic error,
- StackTrace? stackTrace
Implementation
IsolateException(this.error, this.stackTrace);
IsolateException(this.error, this.stackTrace);