mirroringSourceId property

String? get mirroringSourceId

The id of the mirroring source display. This is only valid for 'mixed'.

Implementation

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

Implementation

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