isLinux function

bool isLinux()

Implementation

bool isLinux() {
  return Platform.isLinux;
}