pid property

  1. @override
int get pid
override

The process id of the process running in the pseudo-terminal.

Implementation

@override
int get pid => pty_library.pty_getpid(_handle);