GoogleExampleLibraryagentV1Shelf constructor

GoogleExampleLibraryagentV1Shelf({
  1. String? name,
  2. String? theme,
})

Implementation

GoogleExampleLibraryagentV1Shelf({
  this.name,
  this.theme,
});