AuthorQueryResult class

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

Available Extensions
Annotations
  • @freezed

Constructors

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

Properties

authors List<String>
The list of the authors matching the query
no setterinherited
copyWith → $AuthorQueryResultCopyWith<AuthorQueryResult>
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