Dart
dart:html
Storage
operator []= method
operator []=
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 ==
operator []= method
void
operator []=
(
String
key
,
String
value
)
Implementation
void operator []=(String key, String value) { _setItem(key, value); }