GoogleExampleLibraryagentV1ListBooksResponse constructor

GoogleExampleLibraryagentV1ListBooksResponse({
  1. List<GoogleExampleLibraryagentV1Book>? books,
  2. String? nextPageToken,
})

Implementation

GoogleExampleLibraryagentV1ListBooksResponse({
  this.books,
  this.nextPageToken,
});