PigeonSensorTypeDevice class

Constructors

PigeonSensorTypeDevice({required PigeonSensorType sensorType, required String name, required double iso, required bool flashAvailable, required String uid})

Properties

flashAvailable bool
A Boolean value that indicates whether the flash is currently available for use.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
iso double
The current exposure ISO value.
read / write
name String
A localized device name for display in the user interface.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sensorType PigeonSensorType
read / write
uid String
An identifier that uniquely identifies the device.
read / write

Methods

encode() Object
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

Static Methods

decode(Object result) PigeonSensorTypeDevice