endpoint property

Uri endpoint
final

Endpoint URI — accepts opc.ws / opc.wss (translated to ws / wss for the underlying dart:io call) as well as raw ws:// / wss://.

Implementation

final Uri endpoint;