appleEvent property

NSAppleEventDescriptor? get appleEvent

Implementation

NSAppleEventDescriptor? get appleEvent {
  final _ret = _lib._objc_msgSend_635(_id, _lib._sel_appleEvent1);
  return _ret.address == 0
      ? null
      : NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true);
}