Dart SDK
dart:core
Map
isNotEmpty
isNotEmpty
Dart SDK
dart:core
Map
isNotEmpty
property
isNotEmpty
Dart SDK
dart:core
Map
Constructors
Map
from
fromIterable
fromIterables
identity
unmodifiable
Properties
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Operators
operator ==
operator []
operator []=
Methods
addAll
clear
containsKey
containsValue
forEach
noSuchMethod
putIfAbsent
remove
toString
bool
isNotEmpty
Returns true if there is at least one key-value pair in the map.
Source
bool get isNotEmpty;