isWindows property

bool isWindows

Implementation

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