alloc static method

NSDictionary alloc()
override

alloc

Implementation

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