menu
finch package
documentation
mcp.dart
MapMC<K, V>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
inherited
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => data.isEmpty;
finch package
documentation
mcp
MapMC<K, V>
isEmpty property
MapMC class