uri property

dynamic uri

Implementation

get uri => Uri.parse('${(ssl ?? false) ? 'wss' : 'ws'}://$host:$port');