isMacOS 属性

bool isMacOS
final

操作系统是否为 macOS 版本。

实现

@pragma("vm:platform-const")
static final bool isMacOS = (operatingSystem == "macos");