Concept class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Concept({List<DehydratedConcept>? ancestors, int? citedByCount, List<CountByYear>? countsByYear, String? createdDate, String? description, String? displayName, String? id, AlexIds? ids, String? imageThumbnailUrl, String? imageUrl, International? international, int? level, List<DehydratedConcept>? relatedConcepts, SummaryStats? summaryStats, String? updatedDate, String? wikidata, String? worksApiUrl, int? worksCount})
Concept.fromJson(Map<String, dynamic> json)
factory

Properties

ancestors List<DehydratedConcept>?
getter/setter pair
citedByCount int?
getter/setter pair
countsByYear List<CountByYear>?
getter/setter pair
createdDate String?
getter/setter pair
description String?
getter/setter pair
displayName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
ids AlexIds?
getter/setter pair
imageThumbnailUrl String?
getter/setter pair
imageUrl String?
getter/setter pair
international International?
getter/setter pair
level int?
getter/setter pair
relatedConcepts List<DehydratedConcept>?
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
wikidata String?
getter/setter pair
worksApiUrl String?
getter/setter pair
worksCount int?
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