isWindows static method

bool isWindows()

Implementation

static bool isWindows() {
  return defaultTargetPlatform == TargetPlatform.windows;
}