EverythingResultDoc constructor

EverythingResultDoc({
  1. String? key = '',
  2. String? type = '',
  3. String? title = '',
  4. String? titleSuggest = '',
  5. bool? hasFulltext = false,
  6. int? editionCount = 0,
  7. int? firstPublishYear = -1,
  8. int? lastModifiedI = -1,
  9. int? ebookCountI = 0,
  10. bool? publicScanB = false,
  11. String? iaCollectionS = '',
  12. String? lendingEditionS = '',
  13. String? lendingIdentifierS = '',
  14. String? printdisabledS = '',
  15. String? coverEditionKey = '',
  16. int? coverI,
  17. List<int>? publishYear = const [],
  18. List<String>? authorName = const [],
  19. List<String>? idAmazon = const [],
  20. List<String>? seed = const [],
  21. List<String>? authorAlternativeName = const [],
  22. List<String>? subject = const [],
  23. List<String>? isbn = const [],
  24. List<String>? iaLoadedId = const [],
  25. List<String>? editionKey = const [],
  26. List<String>? language = const [],
  27. List<String>? idLibrarything = const [],
  28. List<String>? lcc = const [],
  29. List<String>? idAmazonDeAsin = const [],
  30. List<String>? lccn = const [],
  31. List<String>? idGoodreads = const [],
  32. List<String>? publishPlace = const [],
  33. List<String>? contributor = const [],
  34. List<String>? idGoogle = const [],
  35. List<String>? ia = const [],
  36. List<String>? text = const [],
  37. List<String>? place = const [],
  38. List<String>? idAmazonItAsin = const [],
  39. List<String>? ddc = const [],
  40. List<String>? authorKey = const [],
  41. List<String>? idBritishNationalBibliography = const [],
  42. List<String>? idOverdrive = const [],
  43. List<String>? idDepSitoLegal = const [],
  44. List<String>? idAlibrisId = const [],
  45. List<String>? iaBoxId = const [],
  46. List<String>? person = const [],
  47. List<String>? oclc = const [],
  48. List<String>? publisher = const [],
  49. List<String>? idAmazonCoUkAsin = const [],
  50. List<String>? idAmazonCaAsin = const [],
  51. List<String>? publishDate = const [],
  52. List<String>? idPaperbackSwap = const [],
})

Implementation

EverythingResultDoc(
    {this.key = '',
    this.type = '',
    this.title = '',
    this.titleSuggest = '',
    this.hasFulltext = false,
    this.editionCount = 0,
    this.firstPublishYear = -1,
    this.lastModifiedI = -1,
    this.ebookCountI = 0,
    this.publicScanB = false,
    this.iaCollectionS = '',
    this.lendingEditionS = '',
    this.lendingIdentifierS = '',
    this.printdisabledS = '',
    this.coverEditionKey = '',
    this.coverI,
    this.publishYear = const [],
    this.authorName = const [],
    this.idAmazon = const [],
    this.seed = const [],
    this.authorAlternativeName = const [],
    this.subject = const [],
    this.isbn = const [],
    this.iaLoadedId = const [],
    this.editionKey = const [],
    this.language = const [],
    this.idLibrarything = const [],
    this.lcc = const [],
    this.idAmazonDeAsin = const [],
    this.lccn = const [],
    this.idGoodreads = const [],
    this.publishPlace = const [],
    this.contributor = const [],
    this.idGoogle = const [],
    this.ia = const [],
    this.text = const [],
    this.place = const [],
    this.idAmazonItAsin = const [],
    this.ddc = const [],
    this.authorKey = const [],
    this.idBritishNationalBibliography = const [],
    this.idOverdrive = const [],
    this.idDepSitoLegal = const [],
    this.idAlibrisId = const [],
    this.iaBoxId = const [],
    this.person = const [],
    this.oclc = const [],
    this.publisher = const [],
    this.idAmazonCoUkAsin = const [],
    this.idAmazonCaAsin = const [],
    this.publishDate = const [],
    this.idPaperbackSwap = const []});