Book class

Annotations

Constructors

Book({required String title, required String author, required String md5, required String imgUrl, required String size, required String genre, required Format format})
const
factory
Book.fromJson(Map<String, Object?> json)
factory

Properties

author String
no setterinherited
copyWith → $BookCopyWith<Book>
Create a copy of Book with the given fields replaced by the non-null parameter values.
no setterinherited
format → Format
no setterinherited
genre String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
imgUrl String
no setterinherited
md5 String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String
no setterinherited
title String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this Book to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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