isDesktop property

bool get isDesktop

Check if running on any desktop platform

Implementation

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