graph_collection package
documentation
graph
UndirectedValueGraph
UndirectedValueGraph factory constructor
UndirectedValueGraph
graph_collection package
documentation
graph
UndirectedValueGraph
UndirectedValueGraph factory constructor
UndirectedValueGraph class
Constructors
UndirectedValueGraph
Properties
first
hashCode
isEmpty
isNotEmpty
items
iterator
last
length
runtimeType
single
Methods
add
any
cast
contains
elementAt
every
expand
firstWhere
flatMap
fold
followedBy
forEach
get
getBy
has
hasEdge
hasEdgeBy
hasLink
join
lastWhere
link
links
map
noSuchMethod
reduce
remove
set
setBy
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
unLink
unSet
unSetBy
values
valuesBy
where
whereType
Operators
operator ==
UndirectedValueGraph
constructor
UndirectedValueGraph
(
)
Implementation
factory UndirectedValueGraph() = FullGraph;