asDart method
Wraps this NSDictionary in an adapter that implements an immutable 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() => _NSDictionaryAdapter(this);