isLinux top-level property

bool get isLinux

Whether the OS is Linux.

Implementation

bool get isLinux => !kIsWeb && Platform.isLinux;