MirrorModeInfo class

Constructors

MirrorModeInfo({required MirrorMode mode, String? mirroringSourceId, List<String>? mirroringDestinationIds})
MirrorModeInfo.fromJS(MirrorModeInfo _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
mirroringDestinationIds List<String>?
The ids of the mirroring destination displays. This is only valid for 'mixed'.
getter/setter pair
mirroringSourceId String?
The id of the mirroring source display. This is only valid for 'mixed'.
getter/setter pair
mode MirrorMode
The mirror mode that should be set.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → MirrorModeInfo
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited