type property

ProcessType get type

The type of process.

Implementation

ProcessType get type => ProcessType.fromJS(_wrapped.type);
set type (ProcessType v)

Implementation

set type(ProcessType v) {
  _wrapped.type = v.toJS;
}