active property

bool get active

isActive

Implementation

bool get active {
  objc.checkOsVersionInternal('NSLayoutConstraint.isActive', iOS: (false, (8, 0, 0)), macOS: (false, (10, 10, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isActive);
}
set active (bool value)

setActive:

Implementation

set active(bool value) {
  objc.checkOsVersionInternal('NSLayoutConstraint.setActive:', iOS: (false, (8, 0, 0)), macOS: (false, (10, 10, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setActive_, value);
}