isDesktop property

bool get isDesktop

Returns true if this is a desktop.

Implementation

bool get isDesktop => deviceType == DeviceType.desktop;