platformIsLinux property

bool get platformIsLinux

Implementation

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