ExecOptions class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

ExecOptions({String cwd, dynamic env, String encoding, String shell, num timeout, num maxBuffer, num uid, num gid})
factory

Properties

cwd String
no setter
encoding String
no setter
env → dynamic
no setter
gid num
no setter
hashCode int
The hash code for this object.
no setterinherited
maxBuffer num
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shell String
no setter
timeout num
no setter
uid num
no setter

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