MapNotifier<K, V> constructor

MapNotifier<K, V>(
  1. [Map<K, V> base = const {}]
)

Implementation

MapNotifier([Map<K, V> base = const {}]) : super(Map<K, V>.of(base));