isValid property

bool get isValid

Whether the options observe at least one mutation category.

Implementation

bool get isValid {
  return childList ||
      attributes ||
      characterData ||
      attributeOldValue ||
      characterDataOldValue ||
      attributeFilter != null;
}