PublisherQueryResult class

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

Available extensions
Annotations
  • @freezed

Constructors

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

Properties

copyWith → $PublisherQueryResultCopyWith<PublisherQueryResult>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool

Available on PublisherQueryResult, provided by the PublisherQueryResultX extension

Boolean which indicates if the search has results or not
no setter
publishers List<String>
The list of the publishers matching the query
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