mutableCopyWithZone_ property
mutableCopyWithZone:
Implementation
static final mutableCopyWithZone_ =
objc.ObjCProtocolMethod<objc.ObjCObject Function(ffi.Pointer<NSZone>)>(
_protocol_NSMutableCopying,
_sel_mutableCopyWithZone_,
ffi.Native.addressOf<
ffi.NativeFunction<
ffi.Pointer<objc.ObjCObjectImpl> Function(
ffi.Pointer<objc.ObjCObjectImpl>,
ffi.Pointer<ffi.Void>,
ffi.Pointer<NSZone>,
)
>
>(_1wx624s_protocolTrampoline_18nsem0)
.cast(),
objc.getProtocolMethodSignature(
_protocol_NSMutableCopying,
_sel_mutableCopyWithZone_,
isRequired: true,
isInstanceMethod: true,
),
(objc.ObjCObject Function(ffi.Pointer<NSZone>) func) =>
ObjCBlock_objcObjCObjectImpl_ffiVoid_NSZone.fromFunction(
(ffi.Pointer<ffi.Void> _, ffi.Pointer<NSZone> arg1) => func(arg1),
),
);