DeltaOpCellSet class final

Changed-value cell write, PartialEq-guarded at the source.

Inheritance

Constructors

DeltaOpCellSet(NodeId node, IpcValue payload)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
node int
final
payload IpcValue
final
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
targetReadable(PeerPermissions permissions, PeerId peer) bool
Whether the peer may read every node this op names. Ops targeting an unreadable node are omitted from a permission-filtered delta.
override
toString() String
A string representation of this object.
inherited
toWire() Object
override

Operators

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