name property

  1. @override
String name
override

The name of the protocol. This is used by SignalR to resolve the protocol between the client and server.

Implementation

@override
String get name => jsonHubProtocolName;