IfdValue class abstract

Implementers

Constructors

IfdValue()

Properties

dataSize → int
no setter
hashCode → int
The hash code for this object.
no setteroverride
length → int
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → IfdValueType
no setter
typeString → String
no setter

Methods

clone() → IfdValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBool(bool v, [int index = 0]) → void
setDouble(double v, [int index = 0]) → void
setInt(int v, [int index = 0]) → void
setRational(int numerator, int denomitator, [int index = 0]) → void
setString(String v) → void
toBool([int index = 0]) → bool
toData() → Uint8List
toDouble([int index = 0]) → double
toInt([int index = 0]) → int
toRational([int index = 0]) → Rational
toString() → String
A string representation of this object.
override
write(OutputBuffer out) → void

Operators

operator ==(Object other) → bool
The equality operator.
override