ObjCBlock_ffiVoid_ObjCObject_NSRange_bool class

Implemented types

Constructors

ObjCBlock_ffiVoid_ObjCObject_NSRange_bool.fromFunction(ThermionDartTexture1 lib, void fn(NSObject?, _NSRange, Pointer<Bool>))
Creates a block from a Dart function.
ObjCBlock_ffiVoid_ObjCObject_NSRange_bool.fromFunctionPointer(ThermionDartTexture1 lib, Pointer<NativeFunction<Void Function(Pointer<ObjCObject> arg0, _NSRange arg1, Pointer<Bool> arg2)>> ptr)
Creates a block from a C function pointer.
ObjCBlock_ffiVoid_ObjCObject_NSRange_bool.listener(ThermionDartTexture1 lib, void fn(NSObject?, _NSRange, Pointer<Bool>))
Creates a listener block from a Dart function.

Properties

hashCode int
The hash code for this object.
no setterinherited
pointer Pointer<_ObjCBlock>
Return a pointer to this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(NSObject? arg0, _NSRange arg1, Pointer<Bool> arg2) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
Releases the reference to the underlying ObjC block held by this wrapper. Throws a StateError if this wrapper doesn't currently hold a reference.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited