baseUrl property

String get baseUrl

Implementation

String get baseUrl => '${useSSL ? 'https' : 'http'}://$host:$port';