RemoteOp constructor

const RemoteOp(
  1. OpKind kind,
  2. NodeId node
)

Implementation

const RemoteOp(this.kind, this.node);