menu
Dart
dart:collection
MapView
<
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 => _map.isNotEmpty;
Dart
dart:collection
MapView
<
K
,
V
>
isNotEmpty property
MapView class