type method

  1. @override
String type()
override

Return the connection type. This corresponds to the endpoint type, i.e., "tcp", "udp", etc.

Implementation

@override
String type() => 'tcp';