Flutter
quiver.collection
LinkedLruHashMap
<
K
,
V
>
length property
length
LinkedLruHashMap class
Constructors
LinkedLruHashMap
Properties
entries
isEmpty
isNotEmpty
keys
length
maximumSize
values
hashCode
runtimeType
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
putIfAbsent
remove
removeWhere
retype
toString
update
updateAll
noSuchMethod
Operators
operator []
operator []=
operator ==
length property
int
length
override
The number of key/value pairs in the map.
Implementation
@override int get length => _entries.length;