isLinux property

bool isLinux

Implementation

bool get isLinux {
  return io.Platform.isLinux;
}