args property
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();
The shell args. Is undefined
if created with a full command line.
_i2.List<_i2.Object> get args => (_i5.getProperty(
this,
'args',
) as _i2.List)
.cast();