Level constructor

Level({
  1. double linkage = 0,
  2. required List<List<int>> cluster,
  3. int? joinFrom,
  4. int? joinTo,
})

Implementation

Level({this.linkage = 0, required this.cluster, this.joinFrom, this.joinTo});