isDesktop property

bool isDesktop

Implementation

bool get isDesktop => isMacOS || (!isMobile && !isTablet);