ResourceEndpointListItem class

An object that describes the endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.

Constructors

ResourceEndpointListItem({ChannelProtocol? protocol, String? resourceEndpoint})
ResourceEndpointListItem.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
protocol ChannelProtocol?
The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.
final
resourceEndpoint String?
The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.
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.
inherited

Operators

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