PDFNumber class
A PDF number object
Constructors
- PDFNumber.new(num _value)
-
Creates a new PDFNumber object.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → PDFNumber - Creates a new PDFNumber object as copy from this one
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDouble(
) → double - The double representation of this number.
-
toInt(
) → int - The integer representation of this number. If the number is not an integer, it will be truncated to the next smallest integer.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override