isLinux property

bool get isLinux

True if you are running on a Linux system.

Implementation

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