isWindows7 property

bool get isWindows7

Implementation

bool get isWindows7 {
  return major == 6 && minor == 1 && build == 7600;
}