map<K, V> static method

  1. @factory
GetMap<K, V> map<K, V>([
  1. dynamic _
])

Placeholder for a MapNotifier.

Implementation

@factory
static GetMap<K, V> map<K, V>([_]) => GetMap._(_ScopeMap());