OLSearchDoc constructor

OLSearchDoc({
  1. String key = "",
  2. String type = "",
  3. List<String> seed = const [],
  4. String title = "",
  5. String title_suggest = "",
  6. bool has_fulltext = true,
  7. int edition_count = 0,
  8. List<String> edition_key = const [],
  9. List<String> publish_date = const [],
  10. List<int> publish_year = const [],
  11. int first_publish_year = 0,
  12. int number_of_pages_median = 0,
  13. List<String> lccn = const [],
  14. List<String> publish_place = const [],
  15. List<String> oclc = const [],
  16. List<String> contributor = const [],
  17. List<String> lcc = const [],
  18. List<String> ddc = const [],
  19. List<String> isbn = const [],
  20. int last_modified_i = 0,
  21. int ebook_count_i = 0,
  22. List<String> ia = const [],
  23. bool public_scan_b = false,
  24. String ia_collection_s = "",
  25. String lending_edition_s = "",
  26. String lending_identifier_s = "",
  27. String printdisabled_s = "",
  28. String cover_edition_key = "",
  29. int cover_i = 0,
  30. List<String> first_sentence = const [],
  31. List<String> publisher = const [],
  32. List<String> language = const [],
  33. List<String> author_key = const [],
  34. List<String> author_name = const [],
  35. List<String> author_alternative_name = const [],
  36. List<String> person = const [],
  37. List<String> place = const [],
  38. List<String> subject = const [],
  39. List<String> time = const [],
  40. List<String> id_alibris_id = const [],
  41. List<String> id_amazon = const [],
  42. List<String> id_bcid = const [],
  43. List<String> id_dnb = const [],
  44. List<String> id_goodreads = const [],
  45. List<String> id_google = const [],
  46. List<String> id_librarything = const [],
  47. List<String> id_libris = const [],
  48. List<String> id_overdrive = const [],
  49. List<String> id_wikidata = const [],
  50. List<String> ia_loaded_id = const [],
  51. List<String> ia_box_id = const [],
  52. List<String> publisher_facet = const [],
  53. List<String> person_key = const [],
  54. List<String> place_key = const [],
  55. List<String> time_facet = const [],
  56. List<String> person_facet = const [],
  57. List<String> subject_facet = const [],
  58. List<String> place_facet = const [],
  59. List<String> author_facet = const [],
  60. List<String> subject_key = const [],
  61. List<String> time_key = const [],
  62. String lcc_sort = "",
  63. String ddc_sort = "",
  64. List<Uint8List> covers = const [],
  65. List<OLAuthor> authors = const [],
})

Implementation

OLSearchDoc({
  this.key = "",
  this.type = "",
  this.seed = const [],
  this.title = "",
  this.title_suggest = "",
  this.has_fulltext = true,
  this.edition_count = 0,
  this.edition_key = const [],
  this.publish_date = const [],
  this.publish_year = const [],
  this.first_publish_year = 0,
  this.number_of_pages_median = 0,
  this.lccn = const [],
  this.publish_place = const [],
  this.oclc = const [],
  this.contributor = const [],
  this.lcc = const [],
  this.ddc = const [],
  this.isbn = const [],
  this.last_modified_i = 0,
  this.ebook_count_i = 0,
  this.ia = const [],
  this.public_scan_b = false,
  this.ia_collection_s = "",
  this.lending_edition_s = "",
  this.lending_identifier_s = "",
  this.printdisabled_s = "",
  this.cover_edition_key = "",
  this.cover_i = 0,
  this.first_sentence = const [],
  this.publisher = const [],
  this.language = const [],
  this.author_key = const [],
  this.author_name = const [],
  this.author_alternative_name = const [],
  this.person = const [],
  this.place = const [],
  this.subject = const [],
  this.time = const [],
  this.id_alibris_id = const [],
  this.id_amazon = const [],
  this.id_bcid = const [],
  this.id_dnb = const [],
  this.id_goodreads = const [],
  this.id_google = const [],
  this.id_librarything = const [],
  this.id_libris = const [],
  this.id_overdrive = const [],
  this.id_wikidata = const [],
  this.ia_loaded_id = const [],
  this.ia_box_id = const [],
  this.publisher_facet = const [],
  this.person_key = const [],
  this.place_key = const [],
  this.time_facet = const [],
  this.person_facet = const [],
  this.subject_facet = const [],
  this.place_facet = const [],
  this.author_facet = const [],
  this.subject_key = const [],
  this.time_key = const [],
  this.lcc_sort = "",
  this.ddc_sort = "",
  this.covers = const [],
  this.authors = const [],
});