isShellProcessResults property

bool get isShellProcessResults

typically only true for native shell process results

Implementation

bool get isShellProcessResults {
  return this is ProcessResultInternalList;
}