commentItems property

  1. @JsonKey(name: 'items')
List<Comment>? commentItems
final

A list of comments that match the request criteria.

Implementation

@JsonKey(name: 'items')
final List<Comment>? commentItems;