TaperForUint8List class

Inheritance

Constructors

TaperForUint8List()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isLegacy bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
no setterinherited

Methods

fromBytes(List<int> bytes) Uint8List
override
fromData(TapeData data) Uint8List
Turns TapeData back into a value of type T.
inherited
matches(Object? value) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes(Uint8List uint8List) List<int>
override
toData(Uint8List value) BytesTapeData
Turns the value into TapeData.
inherited
toString() String
A string representation of this object.
inherited

Operators

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