WipForwarder class
Forwards a Stream to a WipConnection and events from a WipConnection to a StreamSink.
Constructors
-
WipForwarder(WipConnection debugger, Stream<
String> stream, {StreamSink? sink, WipDom? domModel}) -
factory
Properties
- domModel → WipDom?
-
final
- forwardPausedEvents ↔ bool
-
If false, no Debugger.paused events will be forwarded back to the client.
This gets automatically set to true if a breakpoint is set by the client.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onClosed → Stream
-
no setter
- 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
-
pause(
) → void -
resume(
) → void -
stop(
) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited