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