VolumeRequestModel class

Parameters used in searching volumes

Available extensions

Constructors

VolumeRequestModel({required String query, int? startIndex, int? maxResults, bool? epub, String? filter, String? printType, String? orderBy})

Properties

epub bool?
optional
getter/setter pair
filter String?
optional
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxResults int?
optional
getter/setter pair
orderBy String?
optional
getter/setter pair
printType String?
optional
getter/setter pair
query String
Search for volumes that contain this text string
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int?
optional
getter/setter pair

Methods

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