systemShell property

SystemShell? systemShell
inherited

The SystemShell used to determine the current shell.

Implementation

SystemShell? get systemShell =>
    SystemShell.current(environmentOverride: environmentOverride);