Work constructor
Work({
- Map<
String, List< ? abstractInvertedIndex,int> > - List<
Authorship> ? authorships, - ApcList? apcList,
- ApcPaid? apcPaid,
- Location? bestOALocation,
- Biblio? biblio,
- String? citedByApiUrl,
- int? citedByCount,
- List<
Concept> ? concepts, - List<
String> ? correspondingAuthorIds, - List<
String> ? correspondingInstitutionIds, - int? countriesDistinctCount,
- List<
CountByYear> ? countsByYear, - DateTime? createdDate,
- String? displayName,
- String? doi,
- List<
Grant> ? grants, - String? id,
- AlexIds? ids,
- int? institutionsDistinctCount,
- bool? isOA,
- bool? isParatext,
- bool? isRetracted,
- String? language,
- String? license,
- List<
Location> ? locations, - int? locationsCount,
- List<
MeSH> ? mesh, - String? ngramsUrl,
- OpenAccess? openAccess,
- Location? primaryLocation,
- DateTime? publicationDate,
- int? publicationYear,
- List<
String> ? referencedWorks, - List<
SustainableGoal> ? sustainableDevelopmentGoals, - String? title,
- String? type,
- String? typeCrossref,
- DateTime? updatedDate,
- String? ngram,
- int? ngramCount,
- int? ngramTokens,
- 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,
});