ShellContextPlatform.linux constructor

ShellContextPlatform.linux()

Linux

Implementation

factory ShellContextPlatform.linux() {
  return _ShellContextPlatform(isLinux: true);
}