Publisher class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Publisher({List<
String> ? alternateTitles, int? citedByCount, List<String> ? countryCodes, List<CountByYear> ? countsByYear, String? createdDate, String? displayName, int? hierarchyLevel, String? id, AlexIds? ids, String? imageThumbnailUrl, String? imageUrl, List<String> ? lineage, String? parentPublisher, List<Role> ? roles, String? sourcesApiUrl, SummaryStats? summaryStats, String? updatedDate, int? worksCount}) -
Publisher.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
alternateTitles
↔ List<
String> ? -
getter/setter pair
- citedByCount ↔ int?
-
getter/setter pair
-
countryCodes
↔ List<
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
- hierarchyLevel ↔ int?
-
getter/setter pair
- id ↔ String?
-
getter/setter pair
- ids ↔ AlexIds?
-
getter/setter pair
- imageThumbnailUrl ↔ String?
-
getter/setter pair
- imageUrl ↔ String?
-
getter/setter pair
-
lineage
↔ List<
String> ? -
getter/setter pair
- parentPublisher ↔ String?
-
getter/setter pair
-
roles
↔ List<
Role> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourcesApiUrl ↔ String?
-
getter/setter pair
- summaryStats ↔ SummaryStats?
-
getter/setter pair
- updatedDate ↔ 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