url property
String
get
url
The complete URL String including query parameters to which the request will be sent.
Implementation
String get url => buildUrlString(baseUrl, params);
The complete URL String including query parameters to which the request will be sent.
String get url => buildUrlString(baseUrl, params);