Acknowledged<T extends DataObject> class

A acknowledged data object that was previously sent to a connection.

Constructors

Acknowledged(Address address, T object, int latency)
A acknowledged data object that was previously sent to a connection.
const

Properties

address Address
The address of the connection that sent the acknowledgement.
final
hashCode int
The hash code for this object.
no setterinherited
latency int
The latency between sending the data object and receiving the acknowledgement.
final
object → T
The data object that was acknowledged.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cast<V extends DataObject>() Acknowledged<V>
Casts the acknowledged data object to a different type.
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