args property

List<String> args

The arguments passed to the debug adapter executable. Defaults to an empty array.

Implementation

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