RemoteError constructor - RemoteError - dart:isolate library (original) (raw)
RemoteError(
Implementation
RemoteError(String description, String stackDescription)
: _description = description,
stackTrace = StackTrace.fromString(stackDescription);