menu
terminal_library package
documentation
pty_library/base.dart
TerminalPtyLibraryBase
pid property
pid property
dark_mode
light_mode
pid
property
int
get
pid
The process id of the process running in the pseudo-terminal.
Implementation
int get pid => 0;
terminal_library package
documentation
pty_library/base
TerminalPtyLibraryBase
pid property
TerminalPtyLibraryBase class