isDesktop property

bool isDesktop

Implementation

bool get isDesktop {
  return value == FormFactors.desktop;
}