PayloadWriter class

A writeable payload. It is used by binarize to create a binary ] representation of a payload.

It can be created by the Payload.write method.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
Returns the length of the payload in bytes.
no setteroverride
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
set<T>(PayloadType<T> type, T value) → void
Set the given value using the given PayloadType.
toString() String
A string representation of this object.
inherited

Operators

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