workerPath property

String? workerPath
getter/setter pair

Path to your worker js file. You may want to rename it if you use several workers. Will use 'worker.js' if nothing specified.

Implementation

String? workerPath;