NotifiableMap<K, V> constructor
Null safety
Create an empty NotifiableMap.
Implementation
NotifiableMap() : super() {
_values = Map<K, V>();
}
Create an empty NotifiableMap.
NotifiableMap() : super() {
_values = Map<K, V>();
}