menu
grafo package
documentation
models/grafo_connection.dart
GrafoConnection
GrafoConnection.new constructor
GrafoConnection.new constructor
dark_mode
light_mode
GrafoConnection
constructor
GrafoConnection
(
{
required
int
from
,
required
int
to
,
})
Implementation
GrafoConnection({required this.from, required this.to});
grafo package
documentation
models/grafo_connection
GrafoConnection
GrafoConnection.new constructor
GrafoConnection class