PDFDictionary class

PDF dictionary object

Inheritance

Constructors

PDFDictionary.new(Map<PDFName, PDFObject> entries)
Creates a new PDFDictionary object.
const

Properties

entries Map<PDFName, PDFObject>
The entries of the dictionary.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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