Encapsulates a MapNotifier, and can be used as a Map directly.
MapNotifier
@factory static GetMap<K, V> map<K, V>([Map<K, V> map = const {}]) => GetMap._(_MapNotifier(map));