Dart SDK
dart:html
Storage
property length
length
class Storage
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
noSuchMethod
toString
Operators
operator []
operator []=
operator ==
int
length
The number of key-value pairs in the map.
Source
int get length => _length;
property length