Dart SDK
dart:core
Set
clear
clear
Dart SDK
dart:core
Set
clear
abstract method
clear
Source
Dart SDK
dart:core
Set
Constructors
Set
from
identity
Properties
iterator
first
hashCode
isEmpty
isNotEmpty
last
length
runtimeType
single
Operators
operator ==
Methods
add
addAll
clear
contains
containsAll
difference
intersection
lookup
remove
removeAll
removeWhere
retainAll
retainWhere
toSet
union
any
elementAt
every
expand
firstWhere
fold
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toString
where
void
clear
(
)
Removes all elements in the set.
Source
void clear();