DebugAdapterExecutable constructor

DebugAdapterExecutable(
  1. String command, [
  2. List<String>? args,
  3. DebugAdapterExecutableOptions? options
])

Implementation

factory DebugAdapterExecutable(
  _i2.String command, [
  _i2.List<_i2.String>? args,
  _i3.DebugAdapterExecutableOptions? options,
]) =>
    _i5.callConstructor(
      _declaredDebugAdapterExecutable,
      [
        command,
        args ?? _i6.undefined,
        options ?? _i6.undefined,
      ],
    );