MutationObserverInit constructor

MutationObserverInit({
  1. List<String>? attributeFilter,
  2. bool? attributeOldValue,
  3. bool? attributes,
  4. bool? characterData,
  5. bool? characterDataOldValue,
  6. bool? childList,
  7. bool? subtree,
})

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,
    );