isMemberOfClass_ property

ObjCProtocolMethod<bool Function(ObjCObject)> isMemberOfClass_
final

isMemberOfClass:

Implementation

static final isMemberOfClass_ =
    objc.ObjCProtocolMethod<bool Function(objc.ObjCObject)>(
      _protocol_NSObject,
      _sel_isMemberOfClass_,
      ffi.Native.addressOf<
            ffi.NativeFunction<
              ffi.Bool Function(
                ffi.Pointer<objc.ObjCObjectImpl>,
                ffi.Pointer<ffi.Void>,
                ffi.Pointer<objc.ObjCObjectImpl>,
              )
            >
          >(_1wx624s_protocolTrampoline_3su7tt)
          .cast(),
      objc.getProtocolMethodSignature(
        _protocol_NSObject,
        _sel_isMemberOfClass_,
        isRequired: true,
        isInstanceMethod: true,
      ),
      (bool Function(objc.ObjCObject) func) =>
          ObjCBlock_bool_ffiVoid_objcObjCObjectImpl.fromFunction(
            (ffi.Pointer<ffi.Void> _, objc.ObjCObject arg1) => func(arg1),
          ),
    );