read static method

RemoteOp read(
  1. NodeId node
)

Implementation

static RemoteOp read(NodeId node) => RemoteOp(OpKind.read, node);