isDesktop top-level property

bool get isDesktop

Implementation

bool get isDesktop =>
    OS.type == OS.linux || OS.type == OS.macos || OS.type == OS.windows;