isLinux property

bool isLinux

True if you are running on a Linux system.

Implementation

bool get isLinux => core.Settings().isLinux;