IsolateException constructor

IsolateException(
  1. dynamic error,
  2. StackTrace? stackTrace
)

Implementation

IsolateException(this.error, this.stackTrace);