alloc static method

alloc

Implementation

static ASPickerDisplayItem alloc() {
  final _ret = _objc_msgSend_1x359cv(_class_ASPickerDisplayItem, _sel_alloc);
  return ASPickerDisplayItem.castFromPointer(_ret, retain: false, release: true);
}