ListenableMap<K, V> constructor

ListenableMap<K, V>()

This is a ChangeNotifier class that can be handled as a map.

When the contents of the map change, you will be notified of the change.

Implementation

ListenableMap() : super({});