url property

String? url
getter/setter pair

The url is useful when you want to keep a trace of the URL called for an API request for example

Implementation

String? url;