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