menu
reactter package
documentation
core.dart
ObjMapExt<K, V>
length property
length property
dark_mode
light_mode
length
property
int
get
length
The number of key/value pairs in the map.
Implementation
int get length => value.length;
reactter package
documentation
core
ObjMapExt<K, V>
length property
ObjMapExt extension on
Obj
<
Map
<
K
,
V
>
>