UITextInputMode.as constructor

UITextInputMode.as(
  1. ObjCObject other
)

Constructs a UITextInputMode that points to the same underlying object as other.

Implementation

UITextInputMode.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UITextInputMode', iOS: (false, (4, 2, 0)));
}