MutationObserverOptions constructor
const
MutationObserverOptions({})
Creates mutation-observer options.
Implementation
const MutationObserverOptions({
this.childList = true,
this.attributes = false,
this.characterData = false,
this.subtree = false,
this.attributeOldValue = false,
this.characterDataOldValue = false,
this.attributeFilter,
});