PackedData class abstract
Packed data
Constructors
- PackedData.new(PackedDataHeader header, Uint8List data)
-
Create a new instance with the provided header and data.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unpack(
) → Uint8List - Unpack the data
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited