TransferTypeMapData<T> mixin

Implemented types
Mixin applications

Properties

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

Methods

decode() FutureOr<T>
override
encode() FutureOr<void>
override
getData(Object? key) TransferableTypedData?
getLength<D>() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(Object key, TransferableTypedData data) → void
toString() String
A string representation of this object.
inherited
tranDecode() FutureOr<T>
tranEncode() FutureOr<void>

Operators

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