NodeCluster constructor

NodeCluster()

Implementation

NodeCluster() {
  nodes = [];
  rect = Rect.zero;
}