isDesktop property
bool
get
isDesktop
Implementation
bool get isDesktop => _isDesktop;
set
isDesktop
(bool status)
Implementation
set isDesktop(bool status) {
_isDesktop = status;
}