SelectedPresetTransport class
- Implemented types
Constructors
- SelectedPresetTransport({required ApiWebsocket websocket})
Properties
-
connectionStream
→ Stream<
void> -
A null is emitted every time a connection is successfully created
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAlive → bool
-
Returns true if the connection is alive at the moment
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sink
→ StreamSink<
SelectedPresetMessage> -
Messages added to this sink will be sent to the other side of the
connection.
no setteroverride
-
stream
→ Stream<
SelectedPresetMessage> -
Messages from the other side of the connection will appear in this stream.
latefinal
Methods
-
dispose(
) → void -
Must be called to clean up resource after the transport is no longer in
use.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited