isMacOS top-level property
bool
get
isMacOS
Checks if the platform is macOS.
Implementation
bool get isMacOS => GeneralPlatform.isMacOS;
Checks if the platform is macOS.
bool get isMacOS => GeneralPlatform.isMacOS;