of static method

Creates a NSDictionary from other.

Implementation

static NSDictionary of(Map<NSCopying, objc.ObjCObject> other) =>
    NSMutableDictionary.of(other);