isNativeLinux top-level property
bool
get
isNativeLinux
Checks if the platform is native Linux (not web).
Implementation
bool get isNativeLinux => isLinux && !isWeb;
Checks if the platform is native Linux (not web).
bool get isNativeLinux => isLinux && !isWeb;