shouldResolveExternalEntities property

bool get shouldResolveExternalEntities

Implementation

bool get shouldResolveExternalEntities {
  return _lib._objc_msgSend_12(_id, _lib._sel_shouldResolveExternalEntities1);
}
set shouldResolveExternalEntities (bool value)

Implementation

set shouldResolveExternalEntities(bool value) {
  return _lib._objc_msgSend_526(
      _id, _lib._sel_setShouldResolveExternalEntities_1, value);
}