url property
String?
get
url
URL as String of the request that triggered this response.
Implementation
String? get url => request?.url;
URL as String of the request that triggered this response.
String? get url => request?.url;