castFromPointer static method

NSInflectionRule castFromPointer(
  1. ThermionDartTexture1 lib,
  2. Pointer<ObjCObject> other, {
  3. bool retain = false,
  4. bool release = false,
})
override

Returns a NSInflectionRule that wraps the given raw object pointer.

Implementation

static NSInflectionRule castFromPointer(
    ThermionDartTexture1 lib, ffi.Pointer<ObjCObject> other,
    {bool retain = false, bool release = false}) {
  return NSInflectionRule._(other, lib, retain: retain, release: release);
}