containerIsObjectBeingTested property

bool get containerIsObjectBeingTested

Implementation

bool get containerIsObjectBeingTested {
  return _lib._objc_msgSend_12(_id, _lib._sel_containerIsObjectBeingTested1);
}
set containerIsObjectBeingTested (bool value)

Implementation

set containerIsObjectBeingTested(bool value) {
  return _lib._objc_msgSend_526(
      _id, _lib._sel_setContainerIsObjectBeingTested_1, value);
}