video_player
dart:collection
SplayTreeMap
method clear
clear
class SplayTreeMap
Constructors
SplayTreeMap
from
fromIterable
fromIterables
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
firstKey
firstKeyAfter
forEach
lastKey
lastKeyBefore
putIfAbsent
remove
toString
noSuchMethod
Operators
operator []
operator []=
operator ==
void
clear
(
)
Removes all pairs from the map.
After this, the map is empty.
Source
void clear() { _clear(); }
method clear