write static method

RemoteOp write(
  1. NodeId node
)

Implementation

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