menu
Dart
dart:collection
MapBase
<
K
,
V
>
length property
length
dark_mode
light_mode
description
length
property
int
get
length
override
The number of key/value pairs in the map.
Implementation
int get length => keys.length;
Dart
dart:collection
MapBase
<
K
,
V
>
length property
MapBase class
Cookies management controls