SensorDeviceData class
Constructors
- SensorDeviceData({SensorTypeDevice? wideAngle, SensorTypeDevice? ultraWideAngle, SensorTypeDevice? telephoto, SensorTypeDevice? trueDepth})
Properties
- availableBackSensors → int
-
no setter
- availableFrontSensors → int
-
no setter
-
availableSensors
→ List<
SensorTypeDevice> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- telephoto ↔ SensorTypeDevice?
-
A built-in camera device with a longer focal length than the wide-angle camera.
getter/setter pair
- trueDepth ↔ SensorTypeDevice?
-
A device that consists of two cameras, one Infrared and one YUV.
getter/setter pair
- ultraWideAngle ↔ SensorTypeDevice?
-
A built-in camera with a shorter focal length than that of the wide-angle camera.
getter/setter pair
- wideAngle ↔ SensorTypeDevice?
-
A built-in wide-angle camera.
getter/setter pair
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