pid property

  1. @override
int get pid
override

The process ID of the current Dart VM.

Implementation

@override
int get pid => io.pid;