macOS constant

String const macOS

The value of operatingSystem on macOS.

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

Use isMacOS as a direct way to check whether the platform is macOS.

Implementation

static const String macOS = 'macos';