isLinux property

bool get isLinux

Implementation

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