url property

String? url
final

The target URL for the HTTP request.

This is the endpoint that will be called when making the HTTP request. If null, the request will use parents extracted data as the URL.

Implementation

final String? url;