isDesktop property

bool isDesktop
getter/setter pair

Implementation

static bool isDesktop = !Foundation.kIsWeb &&
    (Platform.isWindows || Platform.isMacOS || Platform.isLinux);