of static method

NSMutableDictionary of(
  1. Map<NSCopying, ObjCObject> other
)
override

Creates a NSMutableDictionary from other.

Implementation

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