createCommandInstanceWithZone_ method

NSScriptCommand createCommandInstanceWithZone_(
  1. Pointer<_NSZone> zone
)

Implementation

NSScriptCommand createCommandInstanceWithZone_(ffi.Pointer<_NSZone> zone) {
  final _ret = _lib._objc_msgSend_639(
      _id, _lib._sel_createCommandInstanceWithZone_1, zone);
  return NSScriptCommand._(_ret, _lib, retain: true, release: true);
}