getEdges method

EdgeEndStar? getEdges()

Implementation

EdgeEndStar? getEdges() {
  return edges;
}