alloc static method

UILabel alloc()

alloc

Implementation

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