VolumeInfo class

Constructors

VolumeInfo({required String? title, required List<String> authors, required String? publisher, required DateTime? publishedDate, required String? description, required List<IndustryIdentifier> industryIdentifiers, required ReadingModes? readingModes, required int? pageCount, required String? printType, required List<String> categories, required int? averageRating, required int? ratingsCount, required String? maturityRating, required bool? allowAnonLogging, required String? contentVersion, required PanelizationSummary? panelizationSummary, required ImageLinks? imageLinks, required String? language, required String? previewLink, required String? infoLink, required String? canonicalVolumeLink})
VolumeInfo.fromJson(Map<String, dynamic> json)
factory

Properties

allowAnonLogging bool?
final
authors List<String>
final
averageRating int?
final
final
categories List<String>
final
contentVersion String?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
final
industryIdentifiers List<IndustryIdentifier>
final
final
language String?
final
maturityRating String?
final
pageCount int?
final
panelizationSummary PanelizationSummary?
final
final
printType String?
final
publishedDate DateTime?
final
publisher String?
final
ratingsCount int?
final
readingModes ReadingModes?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final

Methods

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

Operators

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