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