firstAttribute property

NSLayoutAttribute get firstAttribute

firstAttribute

Implementation

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