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