url property

String url

The complete URL String including query parameters to which the request will be sent.

Implementation

String get url => buildUrlString(baseUrl, params);