isLinux top-level property

bool get isLinux

Checks if the platform is Linux.

Implementation

bool get isLinux => GeneralPlatform.isLinux;