Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sink
→ StreamSink<T1>
-
Messages added to this sink will be sent to the other side of the
connection.
no setter
-
stream
→ Stream<T2>
-
Messages from the other side of the connection will appear in this stream.
no setter
Methods
-
dispose()
→ void
-
Must be called to clean up resource after the transport is no longer in
use.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited