const GraphUtils(int from, int to, [double weight = 1.0]) : _from = from, _to = to, _weight = weight;