menu
Flutter
dart:collection
MapView
<
K
,
V
>
isEmpty property
isEmpty
dark_mode
light_mode
isEmpty
property
bool
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty => _map.isEmpty;
Flutter
dart:collection
MapView
<
K
,
V
>
isEmpty property
MapView class
Cookies management controls