Flutter
process
ProcessWrapper
pid property
pid
ProcessWrapper class
Constructors
ProcessWrapper
Properties
done
exitCode
pid
stderr
stdin
stdout
hashCode
runtimeType
Methods
kill
noSuchMethod
toString
Operators
operator ==
pid property
int
pid
override
Returns the process id of the process.
Implementation
@override int get pid => _delegate.pid;