PowerShellInput constructor

PowerShellInput({
  1. required String command,
  2. int? timeoutMs,
})

Implementation

PowerShellInput({required this.command, this.timeoutMs});