isWindows method

bool isWindows()

Implementation

bool isWindows() {
  return Platform.isWindows;
}