ExifIFD class

Constructors

ExifIFD()

Properties

getter/setter pair
data Map<int, ExifValue>
final
hasCopyright bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasImageDescription bool
no setter
hasImageHeight bool
no setter
hasImageWidth bool
no setter
hasMake bool
no setter
hasModel bool
no setter
hasOrientation bool
no setter
hasResolutionUnit bool
no setter
hasSoftware bool
no setter
hasXResolution bool
no setter
hasYResolution bool
no setter
ImageDescription String?
getter/setter pair
ImageHeight int?
getter/setter pair
ImageWidth int?
getter/setter pair
isEmpty bool
no setter
keys Iterable<int>
no setter
Make String?
getter/setter pair
Model String?
getter/setter pair
Orientation int?
getter/setter pair
ResolutionUnit int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Software String?
getter/setter pair
sub ExifIFDContainer
final
values Iterable<ExifValue>
no setter
XResolution Rational?
getter/setter pair
YResolution Rational?
getter/setter pair

Methods

containsKey(int tag) bool
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
operator [](Object? tag) ExifValue?
operator []=(Object? tag, Object? value) → void