Source class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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})
Source.fromJson(Map<String, dynamic> json)
factory

Properties

abbreviatedTitle String?
getter/setter pair
alternateTitles List<String>?
getter/setter pair
apcPrices List<ApcPrice>?
getter/setter pair
apcUsd int?
getter/setter pair
citedByCount int?
getter/setter pair
countryCode String?
getter/setter pair
countsByYear List<CountByYear>?
getter/setter pair
createdDate String?
getter/setter pair
displayName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepageUrl String?
getter/setter pair
hostOrganization String?
getter/setter pair
hostOrganizationLineage List<String>?
getter/setter pair
hostOrganizationName String?
getter/setter pair
id String?
getter/setter pair
ids AlexIds?
getter/setter pair
isInDoaj bool?
getter/setter pair
isOa bool?
getter/setter pair
issn List<String>?
getter/setter pair
issnL String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
societies List<Society>?
getter/setter pair
summaryStats SummaryStats?
getter/setter pair
type String?
getter/setter pair
updatedDate String?
getter/setter pair
worksApiUrl String?
getter/setter pair
worksCount int?
getter/setter pair
xConcepts List<DehydratedConcept>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited