url property

String url

Contains the URL of the request.

MDN reference

Implementation

String get url => _storage.of(#url, () => defaultBaseURL?.toString() ?? '');