BooksCloudloadingResource constructor

BooksCloudloadingResource({
  1. String? author,
  2. String? processingState,
  3. String? title,
  4. String? volumeId,
})

Implementation

BooksCloudloadingResource({
  this.author,
  this.processingState,
  this.title,
  this.volumeId,
});