isWindows11 property

bool get isWindows11

Implementation

bool get isWindows11 {
  return major == 10 && minor == 0 && build >= 22000;
}