PDFDictionary class
PDF dictionary object
Constructors
-
PDFDictionary.new(Map<
PDFName, PDFObject> entries) -
Creates a new PDFDictionary object.
const
Properties
Methods
-
has(
PDFName key) → bool -
Checks if the dictionary has an entry for
key
-
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.
override
-
operator [](
PDFName key) → PDFObject? -
Accessor operator that returns the object for
key
if any