SensorTypeDevice class

Constructors

SensorTypeDevice({required SensorType sensorType, required String name, required num iso, required bool flashAvailable, required String uid})

Properties

flashAvailable bool
A Boolean value that indicates whether the flash is currently available for use.
final
hashCode int
The hash code for this object.
no setterinherited
iso num
The current exposure ISO value.
final
name String
A localized device name for display in the user interface.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensorType SensorType
final
uid String
An identifier that uniquely identifies the device.
final

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