SpawnOptions class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

SpawnOptions({String cwd, dynamic env, String argv0, dynamic stdio, bool detached, num uid, num gid, dynamic shell, bool windowsVerbatimArguments, bool windowsHide})
factory

Properties

argv0 String
no setter
cwd String
no setter
detached bool
no setter
env → dynamic
no setter
gid num
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shell → dynamic
no setter
stdio → dynamic
no setter
uid num
no setter
windowsHide bool
no setter
windowsVerbatimArguments bool
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