VolumesResource class

Constructors

VolumesResource(ApiRequester client)

Properties

associated VolumesAssociatedResource
no setter
hashCode int
The hash code for this object.
no setterinherited
mybooks VolumesMybooksResource
no setter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useruploaded VolumesUseruploadedResource
no setter

Methods

get(String volumeId, {String? country, bool? includeNonComicsSeries, String? partner, String? projection, String? source, bool? userLibraryConsistentRead, String? $fields}) Future<Volume>
Gets volume information for a single volume.
list(String q, {String? download, String? filter, String? langRestrict, String? libraryRestrict, String? maxAllowedMaturityRating, int? maxResults, String? orderBy, String? partner, String? printType, String? projection, bool? showPreorders, String? source, int? startIndex, String? $fields}) Future<Volumes>
Performs a book search.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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