alloc static method

alloc

Implementation

static NSLayoutConstraint alloc() {
  final _ret = _objc_msgSend_151sglz(_class_NSLayoutConstraint, _sel_alloc);
  return NSLayoutConstraint.castFromPointer(_ret, retain: false, release: true);
}