CompressedPath constructor

const CompressedPath(
  1. List<Quadrant> path,
  2. int depth
)

Implementation

const CompressedPath(this.path, this.depth);