menu
neated package
documentation
genome.dart
Genome
hasLink method
hasLink method
dark_mode
light_mode
hasLink
method
bool
hasLink
(
Node
from
,
Node
to
)
Implementation
bool hasLink(Node from, Node to) { return links.any((l) => l.from == from && l.to == to); }
neated package
documentation
genome
Genome
hasLink method
Genome class