menu
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
isNotEmpty property
isNotEmpty
brightness_4
brightness_5
description
isNotEmpty
property
bool
isNotEmpty
override
Whether there is at least one key/value pair in the map.
Implementation
bool get isNotEmpty => !isEmpty;
Dart
dart:collection
SplayTreeMap
<
K
,
V
>
isNotEmpty property
SplayTreeMap class
Constructors
SplayTreeMap
from
fromIterable
fromIterables
of
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
firstKey
firstKeyAfter
forEach
lastKey
lastKeyBefore
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=