UITextInputMode.fromPointer constructor
UITextInputMode.fromPointer(})
Constructs a UITextInputMode that wraps the given raw object pointer.
Implementation
UITextInputMode.fromPointer(ffi.Pointer<objc.ObjCObjectImpl> other, {bool retain = false, bool release = false})
: object$ = objc.ObjCObject(other, retain: retain, release: release) {
objc.checkOsVersionInternal('UITextInputMode', iOS: (false, (4, 2, 0)));
}