menu
vibe package
documentation
collection/map.dart
VibeMap<K, V>
length property
length property
dark_mode
light_mode
length
property
@
override
int
get
length
override
The number of key/value pairs in the map.
Implementation
@override int get length => src.length;
vibe package
documentation
collection/map
VibeMap<K, V>
length property
VibeMap class