ProcessRunShellProcessResultsExt extension
Shell process results extension
Properties
-
errLines
→ Iterable<
String> -
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Err line listsno setter - errText → String
-
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Join the out lines for a quick string access.no setter -
outLines
→ Iterable<
String> -
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Out line listsno setter - outText → String
-
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Join the out lines for a quick string access.no setter - shell → Shell
-
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
The shell started the processes.no setter - stderrAsString → String
-
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Err as stringno setter - stderrAsUint8List → Uint8List
-
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Err as bytesno setter - stdoutAsString → String
-
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Out as stringno setter - stdoutAsUint8List → Uint8List
-
Available on ShellProcessResults, provided by the ProcessRunShellProcessResultsExt extension
Out as bytesno setter