isDesktop property

bool isDesktop

A flag to check if the current operatingSystem is a laptop/desktop operating system.

Implementation

bool get isDesktop => _desktopOperatingSystems.contains(operatingSystem);