url property

String url

The URL of the response.

MDN Reference

Implementation

String get url => switch (_storage[#url]) {
      String url => url,
      _ => '',
    };