isChildInsertion method

bool isChildInsertion()

Implementation

bool isChildInsertion() {
  return type == ChildrenChangeType.ELEMENT_INSERTED || type == ChildrenChangeType.NON_ELEMENT_INSERTED;
}