cmd property

Object get cmd

Arguments to pass.

Note: the first element needs to be a path to the executable that is being run.

Implementation

_i2.Object get cmd => _i3.getProperty(
      this,
      'cmd',
    );
set cmd (Object value)

Implementation

set cmd(_i2.Object value) {
  _i3.setProperty(
    this,
    'cmd',
    value,
  );
}