linux constant

String const linux

The value of operatingSystem on Linux.

Can be used, for example, in switch cases when switching on operatingSystem.

Use isLinux as a direct way to check whether the platform is Linux.

Implementation

static const String linux = 'linux';