getMinEdgeRing method

EdgeRing? getMinEdgeRing()

Implementation

EdgeRing? getMinEdgeRing() {
  return minEdgeRing;
}