menu
graph_collection package
documentation
graph.dart
GraphItems
remove abstract method
remove abstract method
dark_mode
light_mode
remove
abstract method
bool
remove
(
dynamic
val
)
If there is such a node, remove it
Return false when there is no such node
Implementation
bool
remove(val);
graph_collection package
documentation
graph
GraphItems
remove abstract method
GraphItems class
Constructors
new
Properties
first
firstOrNull
(ext)
hashCode
indexed
(ext)
isEmpty
isNotEmpty
items
iterator
last
lastOrNull
(ext)
length
nonNulls
(ext)
runtimeType
single
singleOrNull
(ext)
wait
(ext)
Methods
add
any
asNameMap
(ext)
byName
(ext)
cast
contains
elementAt
elementAtOrNull
(ext)
every
expand
firstWhere
flatMap
fold
followedBy
forEach
has
join
lastWhere
map
noSuchMethod
reduce
remove
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==