items property

List<PostUserInfo>? items
getter/setter pair

The list of Posts with User information for the post, for this Blog.

Implementation

core.List<PostUserInfo>? items;