isMobile property

bool isMobile

Implementation

bool get isMobile => !isTablet && !isDesktop;