IfdValueSRational class

Inheritance

Constructors

IfdValueSRational(int numerator, int denominator)
IfdValueSRational.data(InputBuffer data, int count)
IfdValueSRational.from(Rational value)
IfdValueSRational.list(List<Rational> value)

Properties

dataSize int
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
length int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type IfdValueType
no setteroverride
typeString String
no setterinherited
value List<Rational>
getter/setter pair

Methods

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

Operators

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