Dart
dart:html
Storage
containsKey method
containsKey
Storage class
Properties
isEmpty
isNotEmpty
keys
length
values
entries
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
addEntries
cast
map
noSuchMethod
removeWhere
toString
update
updateAll
Operators
operator []
operator []=
operator ==
containsKey method
bool
containsKey
(
Object
key
)
Implementation
bool containsKey(Object key) => _getItem(key) != null;