menu
Dart
dart:html
Storage
isEmpty property
isEmpty
dark_mode
light_mode
description
isEmpty
property
bool
get
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty => _key(0) == null;
Dart
dart:html
Storage
isEmpty property
Storage class
Cookies management controls