isMacOS property

bool get isMacOS

Indicates whether the runtime is macOS desktop (IO implementation only).

Stub version → always returns false.

Implementation

static bool get isMacOS => false;