MirrorCapabilities constructor
const
MirrorCapabilities({})
Creates a MirrorCapabilities with the given values.
Implementation
const MirrorCapabilities({
required this.canDetectMirroring,
required this.canDetectExternalDisplay,
required this.canDetectScreenSharing,
required this.platform,
required this.notes,
});