GrafoConnection constructor

GrafoConnection({
  1. required int from,
  2. required int to,
})

Implementation

GrafoConnection({required this.from, required this.to});