Bookshelves constructor

Bookshelves({
  1. List<Bookshelf>? items,
  2. String? kind,
})

Implementation

Bookshelves({
  this.items,
  this.kind,
});