items property

List<Bookshelf>? items
getter/setter pair

A list of bookshelves.

Implementation

core.List<Bookshelf>? items;