Dart
dart:html
MutationRecord
addedNodes property
addedNodes
description
addedNodes
property
Null safety
List
<
Node
>
?
addedNodes
@Returns('NodeList'), @Creates('NodeList')
Implementation
@Returns('NodeList') @Creates('NodeList') List<Node>? get addedNodes native;
Dart
dart:html
MutationRecord
addedNodes property
MutationRecord class
Properties
addedNodes
attributeName
attributeNamespace
hashCode
nextSibling
oldValue
previousSibling
removedNodes
runtimeType
target
type
Methods
noSuchMethod
toString
Operators
operator ==