args property

List<Object> args

The shell args. Is undefined if created with a full command line.

Implementation

_i2.List<_i2.Object> get args => (_i5.getProperty(
      this,
      'args',
    ) as _i2.List)
        .cast();
void args=(List<Object> value)

Implementation

set args(_i2.List<_i2.Object> value) {
  _i5.setProperty(
    this,
    'args',
    value,
  );
}