isNativeWindows top-level property

bool get isNativeWindows

Checks if the platform is native Windows (not web).

Implementation

bool get isNativeWindows => isWindows && !isWeb;