isWindows property

bool get isWindows

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

Stub version → always returns false.

Implementation

static bool get isWindows => false;