isLinux property

bool get isLinux

Implementation

static bool get isLinux {
  return !kIsWeb && Platform.isLinux;
}