endOfDocument property

UITextPosition get endOfDocument

endOfDocument

Implementation

UITextPosition get endOfDocument {
  final _$$ref = object$.ref;
  final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_endOfDocument);
  return UITextPosition.fromPointer($ret, retain: true, release: true);
}