pid property

  1. @override
int get pid

Process id of the process.

Implementation

@override
int get pid => _rawResult.pid;