UIInteraction.castFromPointer constructor
UIInteraction.castFromPointer(})
Constructs a UIInteraction that wraps the given raw object pointer.
Implementation
UIInteraction.castFromPointer(ffi.Pointer<objc.ObjCObject> other, {bool retain = false, bool release = false})
: this._(other, retain: retain, release: release);