args property
Arguments to pass to the process.
Implementation
_i2.List<_i2.String>? get args => (_i3.getProperty(
this,
'args',
) as _i2.List?)
?.cast();
Arguments to pass to the process.
_i2.List<_i2.String>? get args => (_i3.getProperty(
this,
'args',
) as _i2.List?)
?.cast();