mirroringSourceId property
String
get
mirroringSourceId
Chrome OS only. Identifier of the display that is being mirrored if mirroring is enabled, otherwise empty. This will be set for all displays (including the display being mirrored).
Implementation
String get mirroringSourceId => _wrapped.mirroringSourceId;
set
mirroringSourceId
(String v)
Implementation
set mirroringSourceId(String v) {
_wrapped.mirroringSourceId = v;
}