mirroringDestinationIds property
Chrome OS only. Identifiers of the displays to which the source display is being mirrored. Empty if no displays are being mirrored. This will be set to the same value for all displays. This must not include |mirroringSourceId|.
Implementation
List<String> get mirroringDestinationIds =>
_wrapped.mirroringDestinationIds.toDart
.cast<String>()
.map((e) => e)
.toList();