nullDescriptor static method

Implementation

static NSAppleEventDescriptor nullDescriptor(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_600(
      _lib._class_NSAppleEventDescriptor1, _lib._sel_nullDescriptor1);
  return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true);
}