isDesktopWeb property

bool get isDesktopWeb

Implementation

static bool get isDesktopWeb {
  return kIsWeb && !isMobileWeb;
}