RunTip class

Constructors

RunTip({bool isPrintToDart = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
isPrintToDart bool
bind dart print or not
getter/setter pair
runTimeMemory RunTimeMemory
to simulate the memory with the map
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addOutputListener(dynamic listener(String)) → void
add a output listener
bindDartPrint() → void
bind the dart print to output listeners
clearOutputListeners() → void
clear the output listeners
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(dynamic message) → void
print some message to output listeners
toString() String
A string representation of this object.
inherited

Operators

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