ObjCBlockRef class final
- Implemented types
Constructors
- ObjCBlockRef(BlockPtr ptr, {required bool retain, required bool release})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isReleased → bool
-
no setterinherited
-
pointer
→ Pointer<
ObjCBlockImpl> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
autorelease(
) → Pointer< ObjCBlockImpl> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → void -
inherited
-
retainAndAutorelease(
) → Pointer< ObjCBlockImpl> -
inherited
-
retainAndReturnPointer(
) → Pointer< ObjCBlockImpl> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited