PayloadHandler class abstract

Constructors

PayloadHandler.of({int? contentType, required PayloadDecoder decode, required PayloadEncoder encode})
factory

Properties

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(int? contentType, dynamic content) → dynamic
encode(Payload payload) Payload
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

defaults → const _PayloadHandler
When sending data across webworker or isolate boundaries, we need to convert messages to a more portable format
raw → const _PayloadHandler