operatingSystem property

String operatingSystem

A string (linux, macos, windows, android, ios, or fuchsia) representing the operating system.

The possible return values are available from operatingSystemValues, and there are constants for each of the platforms to use in switch statements or conditionals (See linux, macOS, windows, android, iOS, and fuchsia).

Implementation

String get operatingSystem;