toString method

  1. @override
String toString()
override

Returns a string representation of the proxy in the format 'ip:port'

Implementation

@override
String toString() => '$ip:$port';