MutationObserverInit constructor
MutationObserverInit({})
Implementation
factory MutationObserverInit({
_i2.List<_i2.String>? attributeFilter,
_i2.bool? attributeOldValue,
_i2.bool? attributes,
_i2.bool? characterData,
_i2.bool? characterDataOldValue,
_i2.bool? childList,
_i2.bool? subtree,
}) =>
MutationObserverInit._(
attributeFilter: attributeFilter,
attributeOldValue: attributeOldValue,
attributes: attributes,
characterData: characterData,
characterDataOldValue: characterDataOldValue,
childList: childList,
subtree: subtree,
);