isWindows7SP1 property

bool get isWindows7SP1

Implementation

bool get isWindows7SP1 {
  return major == 6 && minor == 1 && build == 7601;
}