MirrorSnapshot constructor
MirrorSnapshot({})
Creates a MirrorSnapshot with the given display state values.
Implementation
MirrorSnapshot({
required this.isScreenMirrored,
required this.isExternalDisplayConnected,
required this.displayCount,
this.isScreenShared = false,
});