graph_collection package
documentation
graph
GraphItems
remove abstract method
remove
graph_collection package
documentation
graph
GraphItems
remove abstract method
GraphItems class
Constructors
GraphItems
Properties
first
hashCode
isEmpty
isNotEmpty
items
iterator
last
length
runtimeType
single
Methods
add
any
cast
contains
elementAt
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 ==
remove
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);