menu
sector
sector.dart
Edge
<
E
>
Edge const constructor
Edge
dark_mode
light_mode
Edge<
E
>
constructor
const
Edge<
E
>
(
E
source
,
E
target
)
Creates an edge from
source
to
target
.
Implementation
const Edge(this.source, this.target);
sector
sector
Edge
<
E
>
Edge const constructor
Edge class