pid property

  1. @override
int pid
override

The process id of the process.

Implementation

@override
int get pid => _delegate.pid;