OpenMethodStreamResponse class

A message sent over a websocket connection to respond to an OpenMethodStreamCommand.

Inheritance
Implemented types

Constructors

OpenMethodStreamResponse.new(Map data)
Creates a new OpenMethodStreamResponse.

Properties

connectionId UuidValue
The connection id that uniquely identifies the stream.
final
endpoint String
The endpoint called.
final
hashCode int
The hash code for this object.
no setterinherited
method String
The method called.
final
responseType OpenMethodStreamResponseType
The response type.
final
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
toString() String
A string representation of this object.
override

Operators

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

Static Methods

buildMessage({required UuidValue connectionId, required OpenMethodStreamResponseType responseType, required String endpoint, required String method}) String
Builds a new OpenMethodStreamResponse message.