textInputMode property

UITextInputMode? get textInputMode

textInputMode

Implementation

UITextInputMode? get textInputMode {
  objc.checkOsVersionInternal('UIResponder.textInputMode', iOS: (false, (7, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_textInputMode);
  return _ret.address == 0 ? null : UITextInputMode.castFromPointer(_ret, retain: true, release: true);
}