initWithDictionary$1 method
NSMutableDictionary
initWithDictionary$1(
- NSDictionary otherDictionary, {
- required bool copyItems,
initWithDictionary:copyItems:
Implementation
NSMutableDictionary initWithDictionary$1(
NSDictionary otherDictionary, {
required bool copyItems,
}) {
final $ret = _objc_msgSend_17amj0z(
object$.ref.retainAndReturnPointer(),
_sel_initWithDictionary_copyItems_,
otherDictionary.ref.pointer,
copyItems,
);
return NSMutableDictionary.fromPointer($ret, retain: false, release: true);
}