DebugAdapterExecutableOptions constructor

DebugAdapterExecutableOptions({
  1. Object? env,
  2. String? cwd,
})

Implementation

factory DebugAdapterExecutableOptions({
  _i2.Object? env,
  _i2.String? cwd,
}) =>
    DebugAdapterExecutableOptions._(
      env: env ?? _i6.undefined,
      cwd: cwd,
    );