GoogleExampleLibraryagentV1Book constructor

GoogleExampleLibraryagentV1Book({
  1. String? author,
  2. String? name,
  3. bool? read,
  4. String? title,
})

Implementation

GoogleExampleLibraryagentV1Book({
  this.author,
  this.name,
  this.read,
  this.title,
});