items property

List<Page>? items
getter/setter pair

The list of Pages for a Blog.

Implementation

core.List<Page>? items;