isMacOS property

bool get isMacOS

If the current operating system is macOS (non web browser).

Implementation

static bool get isMacOS => !isWeb && defaultTargetPlatform == TargetPlatform.macOS;