isDesktop property

bool isDesktop

Whether the operating system is a version of Linux, MacOS or Windows.

Implementation

static bool get isDesktop => isLinux || isMacOS || isWindows;