isWindows property

bool get isWindows

Implementation

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