UnknownShell.withPid constructor Null safety

UnknownShell.withPid(
  1. int? pid,
  2. {String? processName}
)

Attached to the Unknown shell with the given pid.

Implementation

UnknownShell.withPid(this.pid, {this.processName});