isLinux property

bool get isLinux

Implementation

static bool get isLinux => isWeb ? false : Platform.isLinux;