DNodeObserver class abstract

Constructors

DNodeObserver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
operationNode(Map? node) → void
用户操作的所有行为都将会从这个api传出,可以基于此做行为回放 将要进行操作的节点
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited