url property

String? url

The URL associated with this exception.

Implementation

String? get url => response.request?.url.toString();