allocWithZone_ static method

ASMigrationDisplayItem allocWithZone_(
  1. Pointer<_NSZone> zone
)
override

allocWithZone:

Implementation

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