of static method
Creates a NSMutableDictionary from other.
Implementation
static NSMutableDictionary of(Map<NSCopying, objc.ObjCObject> other) =>
NSMutableDictionary.fromEntries(other.entries);
Creates a NSMutableDictionary from other.
static NSMutableDictionary of(Map<NSCopying, objc.ObjCObject> other) =>
NSMutableDictionary.fromEntries(other.entries);