PdfDictStream class

Inheritance

Constructors

PdfDictStream.new({Map<String, PdfDataType>? values, Uint8List? data, bool isBinary = false, bool encrypt = true, bool compress = true})
PdfDictStream.values({required Map<String, PdfDataType> values, required Uint8List data, bool isBinary = false, bool encrypt = true, bool compress = true})

Properties

compress bool
final
data Uint8List
getter/setter pair
encrypt bool
final
hashCode int
The hash code for this object.
no setterinherited
isBinary bool
final
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, PdfDataType>
finalinherited

Methods

addAll(PdfDict<PdfDataType> other) → void
inherited
containsKey(String key) bool
inherited
merge(PdfDict<PdfDataType> other) → void
inherited
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.
inherited
operator [](String k) PdfDataType?
inherited
operator []=(String k, PdfDataType v) → void
inherited