DeviceMetadata class

Constructors

DeviceMetadata(String? make, String? model, String? software, String? makerNote, String? cameraOwnerName, String? bodySerialNumber, List<double?>? lensSpecification, String? lensMake, String? lensModel, String? lensSerialNumber)
DeviceMetadata.fromMap(Map json)

Properties

bodySerialNumber String?
This tag records the serial number of the body of the camera that was used in photography as an ASCII string.
final
cameraOwnerName String?
This tag records the owner of a camera used in photography as an ASCII string.
final
hashCode int
The hash code for this object.
no setterinherited
lensMake String?
This tag records the lens manufacturer as an ASCII string.
final
lensModel String?
This tag records the lens’s model name and model number as an ASCII string.
final
lensSerialNumber String?
This tag records the serial number of the interchangeable lens that was used in photography as an ASCII string.
final
lensSpecification List<double?>?
This tag notes minimum focal length, maximum focal length, minimum F number in the minimum focal length, and minimum F number in the maximum focal length, which are specification information for the lens that was used in photography. When the minimum F number is unknown, the notation is 0/0.
final
make String?
The manufacturer of the recording equipment. This is the manufacturer of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.
final
makerNote String?
A tag for Exif users to write keywords or comments on the image besides those in {@link #TAG_IMAGE_DESCRIPTION}, and without the character code limitations of it.
final
model String?
The model name or model number of the equipment. This is the model name of number of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
software String?
This tag records the name and version of the software or firmware of the camera or image input device used to generate the image. The detailed format is not specified, but it is recommended that the example shown below be followed. When the field is left blank, it is treated as unknown.
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