allocWithZone_ static method

ASPickerDisplayItem allocWithZone_(
  1. Pointer<_NSZone> zone
)

allocWithZone:

Implementation

static ASPickerDisplayItem allocWithZone_(ffi.Pointer<_NSZone> zone) {
  final _ret = _objc_msgSend_hzlb60(_class_ASPickerDisplayItem, _sel_allocWithZone_, zone);
  return ASPickerDisplayItem.castFromPointer(_ret, retain: false, release: true);
}