pid property

  1. @override
int get pid
override

The process id of the process.

Implementation

@override
int get pid => process.pid;