isLinux property

bool isLinux

True if you are running on a Linux system.

Implementation

bool get isLinux => DCliPlatform().isLinux;