type property

WorkerType type

Implementation

WorkerType get type =>
    WorkerType.fromValue(js_util.getProperty(this, 'type'));
void type=(WorkerType newValue)

Implementation

set type(WorkerType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}