isLinux property

bool isLinux

True if the operating system is Linux.

Implementation

bool get isLinux => operatingSystem == linux;