isDesktop property
bool
get
isDesktop
Returns true if this is a desktop.
Implementation
bool get isDesktop => deviceType == DeviceType.desktop;
Returns true if this is a desktop.
bool get isDesktop => deviceType == DeviceType.desktop;