Flutter
path
PathSet
clear method
clear
PathSet class
Constructors
PathSet
of
Properties
iterator
length
first
hashCode
isEmpty
isNotEmpty
last
runtimeType
single
Methods
add
addAll
cast
clear
contains
containsAll
difference
intersection
lookup
remove
removeAll
removeWhere
retainAll
retainWhere
toSet
union
any
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toString
where
whereType
Operators
operator ==
clear method
void
clear
(
)
override
Removes all elements in the set.
Implementation
void clear() => _inner.clear();