OpenLibraryProvider class

Constructors

OpenLibraryProvider(Dio _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
openLibraryBase String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAuthorByKey(String authorKey) Future<AuthorDTO?>
getWorkByKey(String editionKey) Future<WorkDTO?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(Map<String, dynamic> queryParameters) Future<Response>
searchISBN(String isbn) Future<EditionDTO?>
toString() String
A string representation of this object.
inherited

Operators

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