menu
reactter package
documentation
core.dart
ObjMapNullExt<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
ObjMapNullExt<K, V>
length property
ObjMapNullExt extension on
Obj
<
Map
<
K
,
V
>
?
>