isLinux method

bool isLinux()

Implementation

bool isLinux() {
  return Platform.isLinux;
}