Source constructor
Source({
- String? abbreviatedTitle,
- List<
String> ? alternateTitles, - List<
ApcPrice> ? apcPrices, - int? apcUsd,
- int? citedByCount,
- String? countryCode,
- List<
CountByYear> ? countsByYear, - String? createdDate,
- String? displayName,
- String? homepageUrl,
- String? hostOrganization,
- List<
String> ? hostOrganizationLineage, - String? hostOrganizationName,
- String? id,
- AlexIds? ids,
- bool? isInDoaj,
- bool? isOa,
- List<
String> ? issn, - String? issnL,
- List<
Society> ? societies, - SummaryStats? summaryStats,
- String? type,
- String? updatedDate,
- String? worksApiUrl,
- int? worksCount,
- List<
DehydratedConcept> ? xConcepts,
Implementation
Source({
this.abbreviatedTitle,
this.alternateTitles,
this.apcPrices,
this.apcUsd,
this.citedByCount,
this.countryCode,
this.countsByYear,
this.createdDate,
this.displayName,
this.homepageUrl,
this.hostOrganization,
this.hostOrganizationLineage,
this.hostOrganizationName,
this.id,
this.ids,
this.isInDoaj,
this.isOa,
this.issn,
this.issnL,
this.societies,
this.summaryStats,
this.type,
this.updatedDate,
this.worksApiUrl,
this.worksCount,
this.xConcepts,
});