menu
stl
stl.dart
MultiMap
<
K
,
V
>
size property
size
dark_mode
light_mode
size
property
int
get
size
Returns the total number of key-value pairs in the map.
Implementation
int get size => _size;
stl
stl
MultiMap
<
K
,
V
>
size property
MultiMap class