isList method

bool isList()

Implementation

bool isList() {
  return (isOrderedList() || isBulletList() || isCheckedList() || isUncheckedList());
}