alloc static method

UIStackView alloc()

alloc

Implementation

static UIStackView alloc() {
  final $ret = _objc_msgSend_151sglz(_class_UIStackView, _sel_alloc);
  return UIStackView.fromPointer($ret, retain: false, release: true);
}