isShellProcessResult property
bool
get
isShellProcessResult
typically only true for native shell process results
Implementation
bool get isShellProcessResult {
return unwrapShellProcessResultOrNull() != null;
}