mirroringSourceId property

String? get mirroringSourceId

Chrome OS only. If set and not empty, enables mirroring for this display only. Otherwise disables mirroring for all displays. This value should indicate the id of the source display to mirror, which must not be the same as the id passed to setDisplayProperties. If set, no other property may be set.

Implementation

String? get mirroringSourceId => _wrapped.mirroringSourceId;
set mirroringSourceId (String? v)

Implementation

set mirroringSourceId(String? v) {
  _wrapped.mirroringSourceId = v;
}