secondAttribute property
NSLayoutAttribute
get
secondAttribute
secondAttribute
Implementation
NSLayoutAttribute get secondAttribute {
final _$$ref = object$.ref;
objc.checkOsVersionInternal(
'NSLayoutConstraint.secondAttribute',
iOS: (false, (6, 0, 0)),
macOS: (false, (10, 7, 0)),
);
final $ret = _objc_msgSend_ynhelg(_$$ref.pointer, _sel_secondAttribute);
return NSLayoutAttribute.fromValue($ret);
}