MetadataBookModel class

Constructors

MetadataBookModel.new({List<String>? authors, String? publisher, String? publishedDate, String? description, int? pageCount, String? language, String? thumbnail, String? thumbnailBlurHash})
MetadataBookModel.fromJson(Map<String, dynamic> json)
factory

Properties

authors List<String>?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
language String?
final
pageCount int?
final
publishedDate String?
final
publisher String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail String?
final
thumbnailBlurHash String?
final

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