items property

List<Comment>? items
getter/setter pair

The List of Comments for this Post.

Implementation

core.List<Comment>? items;