isDesktop property
A flag to check if the current operatingSystem is a laptop/desktop operating system.
Implementation
bool get isDesktop => _desktopOperatingSystems.contains(operatingSystem);
A flag to check if the current operatingSystem is a laptop/desktop operating system.
bool get isDesktop => _desktopOperatingSystems.contains(operatingSystem);