isWindows property

bool isWindows

Implementation

static bool get isWindows {
  if (kIsWeb) {
    return false;
  }
  return Platform.isWindows;
}