url property
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;
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.
final String? url;