const MapProxy: <V>(dart, objectName?, valueType?) => MapBag<V>
Defined in: js-api/src/proxies.ts:81
A proxy to a Dart Map<String, T>; see MapBag. valueType restricts writes to one typeof.
Parameters
| Parameter | Type |
|---|
dart | any |
objectName? | string | null |
valueType? | string | null |
Returns
MapBag<V>