isActive property
bool
get
isActive
isActive
Implementation
bool get isActive {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('NSLayoutConstraint.isActive', iOS: (false, (8, 0, 0)), macOS: (false, (10, 10, 0)));
return _objc_msgSend_91o635(_$$ref.pointer, _sel_isActive);
}
set
isActive
(bool value)
setActive:
Implementation
set isActive(bool value) {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('NSLayoutConstraint.setActive:', iOS: (false, (8, 0, 0)), macOS: (false, (10, 10, 0)));
_objc_msgSend_1s56lr9(_$$ref.pointer, _sel_setActive_, value);
}