IfdTag class

Constructors

IfdTag({required int tag, required String tagType, required String printable, required IfdValues values})

Properties

hashCode int
The hash code for this object.
no setterinherited
printable String
printable version of data
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag int
tag ID number
final
tagType String
final
values IfdValues
list of data items (int(char or number) or Ratio)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited