Worker constructor

Worker(String scriptUrl)

Implementation

factory Worker(String scriptUrl) {
  return Worker._create_1(scriptUrl);
}