alloc static method

NSMutableDictionary alloc()
override

alloc

Implementation

static NSMutableDictionary alloc() {
  final $ret = _objc_msgSend_151sglz(_class_NSMutableDictionary, _sel_alloc);
  return NSMutableDictionary.fromPointer($ret, retain: false, release: true);
}