NodeIterator class Null safety

Annotations
  • @Unstable()
  • @Native("NodeIterator")

Constructors

NodeIterator(Node root, int whatToShow)
factory

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
pointerBeforeReferenceNode → bool?
read-only
referenceNode → Node?
read-only
root → Node
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
whatToShow → int
read-only

Methods

detach() → void
nextNode() → Node?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
previousNode() → Node?
toString() → String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited