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