DagreResult constructor

DagreResult(
  1. num graphWidth,
  2. num graphHeight
)

Implementation

DagreResult(this.graphWidth, this.graphHeight);