type property

WorkerType get type

Implementation

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

Implementation

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