Inheritance
Annotations
  • DocsEditable()
  • DomName('MutationRecord')

Static Methods

internalCreateMutationRecord() MutationRecord

Constructors

MutationRecord.internal_()

Properties

addedNodes List<Node>

read-only
attributeName String

read-only
attributeNamespace String

read-only

read / write, inherited
hashCode int

read-only
nextSibling Node

read-only
oldValue String

read-only
previousSibling Node

read-only
removedNodes List<Node>

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
target Node

read-only
type String

read-only

Operators

operator ==(other) bool

The equality operator.

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited