AbstractOptional constructor

AbstractOptional({
  1. ApplyMethod? apply,
  2. String? regex,
  3. int? regexGroup,
  4. String? regexReplace,
  5. String? regexReplaceWith,
  6. Map<String, String>? replace,
  7. int? cropStart,
  8. int? cropEnd,
  9. String? prepend,
  10. String? append,
  11. List? match,
  12. int? nth,
  13. String? url,
  14. HttpMethod? method,
  15. Map<String, dynamic>? headers,
  16. UserAgentDevice? userAgent,
  17. HttpResponseType? responseType,
  18. dynamic payLoad,
  19. HttpPayload? payloadType,
  20. String? start,
  21. String? end,
  22. List<String>? where,
  23. SiblingDirection? siblingDirection,
  24. String? keys,
  25. String? values,
  26. List<String>? whitelist,
})

Implementation

AbstractOptional({
  this.apply,
  this.regex,
  this.regexGroup,
  this.regexReplace,
  this.regexReplaceWith,
  this.replace,
  this.cropStart,
  this.cropEnd,
  this.prepend,
  this.append,
  this.match,
  this.nth,
  this.url,
  this.method,
  this.headers,
  this.userAgent,
  this.responseType,
  this.payLoad,
  this.payloadType,
  this.start,
  this.end,
  this.where,
  this.siblingDirection,
  this.keys,
  this.values,
  this.whitelist,
});