comments property

  1. @JsonKey(name: 'Results')
List<Comment>? comments
final

The list of Comment returned

Implementation

@JsonKey(name: 'Results')

/// The list of [Comment] returned
final List<Comment>? comments;