isMobile property

bool get isMobile

Returns true if the device is a mobile device.

Implementation

bool get isMobile => deviceType == DeviceType.mobile;