items property

List<Comment>? items
getter/setter pair

The List of Comments for a Post.

Implementation

core.List<Comment>? items;