singleUnified property
bool?
get
singleUnified
If set to true, only a single DisplayUnitInfo will be returned
by getInfo
when in unified desktop mode (see
enableUnifiedDesktop
). Defaults to false.
Implementation
bool? get singleUnified => _wrapped.singleUnified;
set
singleUnified
(bool? v)
Implementation
set singleUnified(bool? v) {
_wrapped.singleUnified = v;
}