UITextInputTraits.as constructor

UITextInputTraits.as(
  1. ObjCObject other
)

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

Implementation

UITextInputTraits.as(objc.ObjCObject other) : object$ = other;