isWindows static method

bool isWindows()

Returns true if the current platform is Windows.

Implementation

static bool isWindows() {
  return getPlatform() == 'windows';
}