menu
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty property
isEmpty
brightness_4
brightness_5
description
isEmpty
property
bool
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty { return (_root == null); }
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
isEmpty property
SplayTreeMap class