Author class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Author({int? citedByCount, List<
CountByYear> ? countsByYear, String? createdDate, String? displayName, List<String> ? displayNameAlternatives, String? id, AlexIds? ids, DehydratedInstitution? lastKnownInstitution, String? orcid, SummaryStats? summaryStats, String? updatedDate, String? worksApiUrl, int? worksCount, List<DehydratedConcept> ? xConcepts}) -
Author.fromJson(Map<
String, dynamic> json) -
factory
Properties
- citedByCount ↔ int?
-
getter/setter pair
-
countsByYear
↔ List<
CountByYear> ? -
getter/setter pair
- createdDate ↔ String?
-
getter/setter pair
- displayName ↔ String?
-
getter/setter pair
-
displayNameAlternatives
↔ List<
String> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- ids ↔ AlexIds?
-
getter/setter pair
- lastKnownInstitution ↔ DehydratedInstitution?
-
getter/setter pair
- orcid ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summaryStats ↔ SummaryStats?
-
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