menu
Dart
dart:collection
MapView
<
K
,
V
>
isEmpty property
isEmpty
brightness_4
brightness_5
description
isEmpty
property
bool
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty => _map.isEmpty;
Dart
dart:collection
MapView
<
K
,
V
>
isEmpty property
MapView class
Constructors
MapView
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=