VolumeRequestModel constructor
VolumeRequestModel({})
Implementation
VolumeRequestModel({
required this.query,
this.startIndex,
this.maxResults,
this.epub,
this.filter,
this.printType,
this.orderBy,
});