map<K, V> static method

  1. @factory
GetMap<K, V> map<K, V>([
  1. Map<K, V> map = const {}
])

Encapsulates a MapNotifier, and can be used as a Map directly.

Implementation

@factory
static GetMap<K, V> map<K, V>([Map<K, V> map = const {}]) => GetMap._(_MapNotifier(map));