Flutter
quiver.collection
HashBiMap
<
K
,
V
>
isEmpty property
isEmpty
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 ==
isEmpty property
bool
isEmpty
override
Returns true if there is no key/value pair in the map.
Implementation
bool get isEmpty => _map.isEmpty;