isMacOS property
bool
get
isMacOS
Whether the operating system is a version of macOS. To override this property use macOsOverride.
Implementation
static bool get isMacOS => macOsOverride ?? !isWeb && io.Platform.isMacOS;