CaptureDevicePosition class Null safety
Constants indicating the physical position of an CaptureDevice's hardware on the system.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- back → const int
-
Indicates that the device is physically located on the back of the system hardware.
1
- front → const int
-
Indicates that the device is physically located on the front of the system hardware.
2
- unspecified → const int
-
Indicates that the device's position relative to the system hardware is unspecified.
0