new$ static method

new

Implementation

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