menu
rikulo_commons package
documentation
util.dart
MapWrapper<K, V>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => origin.isEmpty;
rikulo_commons package
documentation
util
MapWrapper<K, V>
isEmpty property
MapWrapper class