connectionForProxy property

NSConnection get connectionForProxy

Implementation

NSConnection get connectionForProxy {
  final _ret = _lib._objc_msgSend_571(_id, _lib._sel_connectionForProxy1);
  return NSConnection._(_ret, _lib, retain: true, release: true);
}