isNativeLinux top-level property

bool get isNativeLinux

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

Implementation

bool get isNativeLinux => isLinux && !isWeb;