SolutionNativeHandle class
Opaque handle wrapper — capability code never sees the underlying
Pointer. The bridge dereferences this back into a native
RacHandle for every C call.
A Finalizer is attached on construction so that if the Dart owner is garbage-collected without an explicit DartBridgeSolutions.destroy call the C handle is still released. The finalizer is best-effort: Dart GC is non-deterministic, so explicit DartBridgeSolutions.destroy is preferred.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited