GoodreadsBook class

Annotations
  • @freezed

Constructors

GoodreadsBook({String? title, String? imgSource, int? publicationYear, int? pages, String? author, double? averageRating, String? id})
const
factory
GoodreadsBook.fromJson(Map<String, Object?> json)
factory

Properties

author String?
no setterinherited
averageRating double?
no setterinherited
copyWith → $GoodreadsBookCopyWith<GoodreadsBook>
Create a copy of GoodreadsBook with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
imgSource String?
no setterinherited
pages int?
no setterinherited
publicationYear int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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 GoodreadsBook to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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