isWindows static method

bool isWindows()

Implementation

static bool isWindows() {
  return Platform.isWindows;
}