isPrimary property
bool
get
isPrimary
True if this is the primary display.
Implementation
bool get isPrimary => _wrapped.isPrimary;
set
isPrimary
(bool v)
Implementation
set isPrimary(bool v) {
_wrapped.isPrimary = v;
}