UnknownRawData is a container for the raw bytes and handles of an unknown envelope. It has an associate UnknownRawDataType that allows encoding/ decoding instances of this class.
Constructors
UnknownRawData (Uint8List data, List<Handle> handles)
Properties
data ↔ Uint8List
read / write
handles ↔ List<Handle>
read / write
hashCode → int
The hash code for this object.
read-only, override
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
Methods
closeHandles() void
Attempts to close all stored handles, ignoring any errors.
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
Operators
operator ==(Object other) bool
The equality operator.
override