firstAnchor property
NSLayoutAnchor
get
firstAnchor
firstAnchor
Implementation
NSLayoutAnchor get firstAnchor {
final _$$ref = object$.ref;
objc.checkOsVersionInternal(
'NSLayoutConstraint.firstAnchor',
iOS: (false, (10, 0, 0)),
macOS: (false, (10, 12, 0)),
);
final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_firstAnchor);
return NSLayoutAnchor.fromPointer($ret, retain: true, release: true);
}