isWindows8 property

bool get isWindows8

Implementation

bool get isWindows8 {
  return major == 6 && minor == 2 && build == 9200;
}