isLinux static method

bool isLinux()

Implementation

static bool isLinux() {
  return Platform.isLinux;
}