toUriString method

String toUriString()

Implementation

String toUriString() => "${this.protocol.name}://${this.host}:${this.port}${this.path}";