WorkerOptions constructor
WorkerOptions({})
Implementation
external factory WorkerOptions(
{List<Object> argv,
Object env,
bool eval,
List<String> execArgv,
bool stdin,
bool stdout,
bool stderr,
Object workerData,
bool trackUnmanagedFds,
List<Object> transferList,
ResourceLimits resourceLimits});