Work constructor

Work({
  1. Map<String, List<int>>? abstractInvertedIndex,
  2. List<Authorship>? authorships,
  3. ApcList? apcList,
  4. ApcPaid? apcPaid,
  5. Location? bestOALocation,
  6. Biblio? biblio,
  7. String? citedByApiUrl,
  8. int? citedByCount,
  9. List<Concept>? concepts,
  10. List<String>? correspondingAuthorIds,
  11. List<String>? correspondingInstitutionIds,
  12. int? countriesDistinctCount,
  13. List<CountByYear>? countsByYear,
  14. DateTime? createdDate,
  15. String? displayName,
  16. String? doi,
  17. List<Grant>? grants,
  18. String? id,
  19. AlexIds? ids,
  20. int? institutionsDistinctCount,
  21. bool? isOA,
  22. bool? isParatext,
  23. bool? isRetracted,
  24. String? language,
  25. String? license,
  26. List<Location>? locations,
  27. int? locationsCount,
  28. List<MeSH>? mesh,
  29. String? ngramsUrl,
  30. OpenAccess? openAccess,
  31. Location? primaryLocation,
  32. DateTime? publicationDate,
  33. int? publicationYear,
  34. List<String>? referencedWorks,
  35. List<String>? relatedWorks,
  36. List<SustainableGoal>? sustainableDevelopmentGoals,
  37. String? title,
  38. String? type,
  39. String? typeCrossref,
  40. DateTime? updatedDate,
  41. String? ngram,
  42. int? ngramCount,
  43. int? ngramTokens,
  44. double? termFrequency,
})

Implementation

Work({
  this.abstractInvertedIndex,
  this.authorships,
  this.apcList,
  this.apcPaid,
  this.bestOALocation,
  this.biblio,
  this.citedByApiUrl,
  this.citedByCount,
  this.concepts,
  this.correspondingAuthorIds,
  this.correspondingInstitutionIds,
  this.countriesDistinctCount,
  this.countsByYear,
  this.createdDate,
  this.displayName,
  this.doi,
  this.grants,
  this.id,
  this.ids,
  this.institutionsDistinctCount,
  this.isOA,
  this.isParatext,
  this.isRetracted,
  this.language,
  this.license,
  this.locations,
  this.locationsCount,
  this.mesh,
  this.ngramsUrl,
  this.openAccess,
  this.primaryLocation,
  this.publicationDate,
  this.publicationYear,
  this.referencedWorks,
  this.relatedWorks,
  this.sustainableDevelopmentGoals,
  this.title,
  this.type,
  this.typeCrossref,
  this.updatedDate,
  this.ngram,
  this.ngramCount,
  this.ngramTokens,
  this.termFrequency,
});