url property

  1. @BuiltValueField(wireName: r'url')
String? url

URL is the URL the request will be proxied to.

Implementation

@BuiltValueField(wireName: r'url')
String? get url;