menu
enhanced_containers package
documentation
map_serializable.dart
MapSerializable<T>
keys property
keys property
dark_mode
light_mode
keys
property
Iterable
<
String
>
get
keys
Interface to the keys of the map
Implementation
Iterable<String> get keys => _items.keys;
enhanced_containers package
documentation
map_serializable
MapSerializable<T>
keys property
MapSerializable class