DebugHandler class

Constructors

DebugHandler()

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

enable([bool enabled = true]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChar(int codePoint) → void
onCsi(CSI csi) → void
onError(String error) → void
onEsc(int charAfterEsc) → void
onMetrics(String metrics) → void
onMsg(Object msg) → void
onOsc(List<String> params) → void
onSbc(int codePoint) → void
toString() String
A string representation of this object.
inherited

Operators

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