isLinux property

bool get isLinux

True if the operating system is Linux.

Implementation

bool get isLinux => operatingSystem == linux;