Dart SDK
dart:collection
SplayTreeMap
isEmpty
isEmpty
Dart SDK
dart:collection
SplayTreeMap
isEmpty
property
isEmpty
Dart SDK
dart:collection
SplayTreeMap
Constructors
SplayTreeMap
from
fromIterable
fromIterables
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Operators
operator []
operator []=
operator ==
Methods
addAll
clear
containsKey
containsValue
firstKey
firstKeyAfter
forEach
lastKey
lastKeyBefore
putIfAbsent
remove
toString
noSuchMethod
bool
isEmpty
Returns true if there is no key-value pair in the map.
Source
bool get isEmpty { return (_root == null); }
Cookies management controls