Whether the operating system is a version of macOS.
@pragma("vm:platform-const") @pragma("vm:shared") static final bool isMacOS = (operatingSystem == "macos");