TransferTypeMapData<T> mixin
- Implemented types
-
- TransferType<
T>
- TransferType<
- Mixin applications
Properties
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