menu
Dart
dart:core
Map
<
K
,
V
>
length property
length
brightness_4
brightness_5
description
length
property
int
length
The number of key/value pairs in the map.
Implementation
int get length;
Dart
dart:core
Map
<
K
,
V
>
length property
Map class
Constructors
Map
from
fromEntries
fromIterable
fromIterables
identity
of
unmodifiable
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 []=
Static methods
castFrom