hash property
hash
Implementation
static final hash = objc.ObjCProtocolMethod<int Function()>(
_protocol_NSObject,
_sel_hash,
ffi.Native.addressOf<
ffi.NativeFunction<
ffi.UnsignedLong Function(
ffi.Pointer<objc.ObjCObjectImpl>,
ffi.Pointer<ffi.Void>,
)
>
>(_1wx624s_protocolTrampoline_1ckyi24)
.cast(),
objc.getProtocolMethodSignature(
_protocol_NSObject,
_sel_hash,
isRequired: true,
isInstanceMethod: true,
),
(int Function() func) => ObjCBlock_NSUInteger_ffiVoid.fromFunction(
(ffi.Pointer<ffi.Void> _) => func(),
),
);