PackedData class abstract

Packed data

Implementers
Annotations
  • @immutable

Constructors

PackedData.new(PackedDataHeader header, Uint8List data)
Create a new instance with the provided header and data.
const

Properties

data Uint8List
Raw data
final
hashCode int
The hash code for this object.
no setterinherited
Header data
final
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
unpack() Uint8List
Unpack the data

Operators

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