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
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Operators
operator ==
Methods
add
addAll
any
clear
contains
containsAll
difference
elementAt
every
expand
firstWhere
fold
forEach
intersection
join
lastWhere
lookup
map
noSuchMethod
reduce
remove
removeAll
removeWhere
retainAll
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
union
where
void
clear
(
)
Removes all elements in the set.
Source
void clear();