isLinux property

bool get isLinux

Check if the current platform is Linux

Implementation

static bool get isLinux => !kIsWeb && Platform.isLinux;