ExifData class

Inheritance

Properties

directories Map<String, ExifIFD>
getter/setter pairinherited
exifIfd ExifIFD
no setter
gpsIfd ExifIFD
no setter
hashCode int
The hash code for this object.
no setterinherited
imageIfd ExifIFD
no setter
interopIfd ExifIFD
no setter
isEmpty bool
no setterinherited
keys Iterable<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailIfd ExifIFD
no setter
values Iterable<ExifIFD>
no setterinherited

Methods

clear() → void
inherited
containsKey(String key) bool
inherited
getTag(int tag) ExifValue?
getTagName(int tag) String
hasTag(int tag) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(InputBuffer block) bool
toString() String
A string representation of this object.
override
write(OutputBuffer out) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String ifdName) ExifIFD
inherited
operator []=(String ifdName, ExifIFD value) → void
inherited