menu
Flutter
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty property
isEmpty
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool
get
isEmpty {
return
(_root ==
null
); }
Flutter
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty property
SplayTreeMap class
Cookies management controls