NodeIterator类
- 注解
-
- @Unstable()
- @Native("NodeIterator")
构造函数
- NodeIterator(Node root, int whatToShow).
-
工厂
属性
- hashCode → int
- 该对象的全局唯一标识符。无setter继承
- pointerBeforeReferenceNode → bool?
-
无setter
- referenceNode → Node?
-
无setter
- root → Node
-
无setter
- runtimeType → Type
- 对象运行时类型的表示。无setter继承
- whatToShow → int
-
无setter
方法
-
detach(
) → void -
nextNode(
) → Node? -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的函数或属性时被调用。继承
-
previousNode(
) → Node? -
toString(
) → String - 对象的字符串表示。继承
操作符
-
operator ==(
Object other) → bool - 等价操作符。继承