compareTo method Null safety
- ProcessDetails other
Compares to ProcessDetails via their pid.
Implementation
int compareTo(ProcessDetails other) => pid - other.pid;
Compares to ProcessDetails via their pid.
int compareTo(ProcessDetails other) => pid - other.pid;