HttpAction constructor
HttpAction({
- required String url,
- HttpAuthorization? auth,
- String? confirmationUrl,
- List<
HttpActionHeader> ? headers,
Implementation
HttpAction({
required this.url,
this.auth,
this.confirmationUrl,
this.headers,
});