Dart SDK
dart:html
TreeWalker
property runtimeType
runtimeType
class TreeWalker
Constructors
TreeWalker
Properties
currentNode
filter
root
whatToShow
hashCode
runtimeType
Methods
firstChild
lastChild
nextNode
nextSibling
parentNode
previousNode
previousSibling
noSuchMethod
toString
Operators
operator ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType