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