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