EncodedDocumentData class Key-Value

Encapsulates the raw bytes of a document along with the flags which indicate the format of the raw bytes.

Constructors

EncodedDocumentData({required int flags, required Uint8List bytes})

Properties

bytes Uint8List
The raw bytes of the document.
final
flags int
The flags which indicate the format of the raw bytes.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited