Worker constructor
Worker(
- Object specifier, [
- WorkerOptions? options
Implementation
factory Worker(
_i2.Object specifier, [
_i3.WorkerOptions? options,
]) =>
_i4.callConstructor(
_declaredWorker,
[
specifier,
options ?? _i6.undefined,
],
);