asDart method
Wraps this NSMutableDictionary in an adapter that implements Map.
This is not a conversion, doesn't create a new map, or change the elements. For deep conversion, use toDartMap.
Implementation
Map<NSCopying, ObjCObject> asDart() => _NSMutableDictionaryAdapter(this);