Dart SDK
dart:collection
SplayTreeMap
<K, V>
isNotEmpty property
isNotEmpty
SplayTreeMap class
Constructors
SplayTreeMap
from
fromIterable
fromIterables
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
firstKey
firstKeyAfter
forEach
lastKey
lastKeyBefore
putIfAbsent
remove
toString
noSuchMethod
Operators
operator []
operator []=
operator ==
isNotEmpty property
bool
isNotEmpty
Returns true if there is at least one key-value pair in the map.
Implementation
bool get isNotEmpty => !isEmpty;