process property

String get process

The process to be executed.

Implementation

_i2.String get process => _i5.getProperty(
      this,
      'process',
    );
set process (String value)

Implementation

set process(_i2.String value) {
  _i5.setProperty(
    this,
    'process',
    value,
  );
}