runOptions property

RunOptions get runOptions

Run options for the task

Implementation

_i3.RunOptions get runOptions => _i5.getProperty(
      this,
      'runOptions',
    );
set runOptions (RunOptions value)

Implementation

set runOptions(_i3.RunOptions value) {
  _i5.setProperty(
    this,
    'runOptions',
    value,
  );
}