isLinux property

bool get isLinux

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

Stub version → always returns false.

Implementation

static bool get isLinux => false;