baseUrl property

Uri baseUrl

The computed URL to send query requests to. Built from scheme, domain, port.

Implementation

Uri get baseUrl => _baseUrl ??= _buildBaseUrl();