AbstractOptional constructor

AbstractOptional({
  1. ApplyMethod? apply,
  2. String? regex,
  3. int? regexGroup,
  4. String? regexReplace,
  5. String? regexReplaceWith,
  6. Map<String, String>? replaceFirst,
  7. Map<String, String>? replaceAll,
  8. int? cropStart,
  9. int? cropEnd,
  10. String? prepend,
  11. String? append,
  12. List<Object>? match,
  13. int? nth,
  14. String? splitBy,
  15. String? url,
  16. HttpMethod? method,
  17. Map<String, Object>? headers,
  18. UserAgentDevice? userAgent,
  19. HttpResponseType? responseType,
  20. Object? payLoad,
  21. HttpPayload? payloadType,
  22. bool usePassedProxy = false,
  23. bool cacheResponse = false,
  24. String? start,
  25. String? end,
  26. List<String>? where,
  27. SiblingDirection? siblingDirection,
  28. String? keys,
  29. String? values,
  30. String? strVal,
  31. Map<String, Object>? mapVal,
})

Implementation

AbstractOptional({
  this.apply,
  this.regex,
  this.regexGroup,
  this.regexReplace,
  this.regexReplaceWith,
  this.replaceFirst,
  this.replaceAll,
  this.cropStart,
  this.cropEnd,
  this.prepend,
  this.append,
  this.match,
  this.nth,
  this.splitBy,
  this.url,
  this.method,
  this.headers,
  this.userAgent,
  this.responseType,
  this.payLoad,
  this.payloadType,
  this.usePassedProxy = false,
  this.cacheResponse = false,
  this.start,
  this.end,
  this.where,
  this.siblingDirection,
  this.keys,
  this.values,
  this.strVal,
  this.mapVal,
});