PdfDict<T extends PdfDataType> class

Inheritance
Implementers

Constructors

PdfDict.new([Map<String, T>? values])
PdfDict.values([Map<String, T>? values])

Properties

hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
no setter
isNotEmpty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, T>
final

Methods

addAll(PdfDict<T> other) → void
containsKey(String key) bool
merge(PdfDict<T> other) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(PdfObjectBase<PdfDataType> o, PdfStream s, [int? indent]) → void
override
toList() Uint8List
inherited
toString([int? indent]) String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override
operator [](String k) → T?
operator []=(String k, T v) → void