RunOptions class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

RunOptions({Object? cmd, String? cwd, dynamic env, Object? stdout, Object? stderr, Object? stdin})
factory

Properties

cmd Object

Available on RunOptions, provided by the RunOptions$Typings extension

Arguments to pass.
getter/setter pair
cwd String?

Available on RunOptions, provided by the RunOptions$Typings extension

The current working directory that should be used when running the sub-process.
getter/setter pair
env ↔ dynamic

Available on RunOptions, provided by the RunOptions$Typings extension

Any environment variables to be set when running the sub-process.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderr Object?

Available on RunOptions, provided by the RunOptions$Typings extension

By default subprocess inherits stderr of parent process. To change this this option can be set to a resource ID (rid) of an open file, "inherit", "piped", or "null":
getter/setter pair
stdin Object?

Available on RunOptions, provided by the RunOptions$Typings extension

By default subprocess inherits stdin of parent process. To change this this option can be set to a resource ID (rid) of an open file, "inherit", "piped", or "null":
getter/setter pair
stdout Object?

Available on RunOptions, provided by the RunOptions$Typings extension

By default subprocess inherits stdout of parent process. To change this this option can be set to a resource ID (rid) of an open file, "inherit", "piped", or "null":
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited