VolumeInfo constructor
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,
Implementation
VolumeInfo({
required this.title,
required this.authors,
required this.publisher,
required this.publishedDate,
required this.description,
required this.industryIdentifiers,
required this.readingModes,
required this.pageCount,
required this.printType,
required this.categories,
required this.averageRating,
required this.ratingsCount,
required this.maturityRating,
required this.allowAnonLogging,
required this.contentVersion,
required this.panelizationSummary,
required this.imageLinks,
required this.language,
required this.previewLink,
required this.infoLink,
required this.canonicalVolumeLink,
});