Book constructor
const
Book( )
Creates a book.
Implementation
const Book({
required this.title,
required this.id,
required this.media,
required this.favorites,
required this.scanlator,
required this.uploaded,
required this.tags,
required this.images,
});