DeltaOpEdgeAdd constructor

const DeltaOpEdgeAdd(
  1. NodeId dependent,
  2. NodeId dependency
)

Implementation

const DeltaOpEdgeAdd(this.dependent, this.dependency);