secondAttribute property

NSLayoutAttribute get secondAttribute

secondAttribute

Implementation

NSLayoutAttribute get secondAttribute {
  objc.checkOsVersionInternal(
    'NSLayoutConstraint.secondAttribute',
    iOS: (false, (6, 0, 0)),
    macOS: (false, (10, 7, 0)),
  );
  final _ret = _objc_msgSend_ynhelg(this.ref.pointer, _sel_secondAttribute);
  return NSLayoutAttribute.fromValue(_ret);
}