CapturableStreamTarget<T> class abstract

An object that can be used as the target of the stream provided by CapturableStreamProvider.

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

addEventListener(String type, void listener(T event), {bool useCapture = false}) → void
Adds an event listener. *
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String type, void listener(T event), {bool useCapture = false}) → void
Removes an event listener. *
toString() String
A string representation of this object.
inherited

Operators

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