BookQueryResult class

The object which contains the results of search in the books database

Available Extensions
Annotations
  • @freezed

Constructors

BookQueryResult({required int total, @Default([]) List<Book> books})
factory
BookQueryResult.fromJson(Map<String, dynamic> json)
Used to build the object from the response of the ISBNdb API
factory

Properties

books List<Book>
The list of the books matching the query
no setterinherited
copyWith → $BookQueryResultCopyWith<BookQueryResult>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int
The number of results for this query
no setterinherited

Methods

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

Operators

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