isLinux property

bool get isLinux

Check if running on Linux

Implementation

bool get isLinux => Platform.isLinux;