isMacOS 属性

bool isMacOS
最终

判断操作系统是否是 macOS 版本。

实现

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