ids property

  1. @JsonKey(name: 'Results')
List<String>? ids
final

The list of comment ids returned

Implementation

@JsonKey(name: 'Results')

/// The list of comment ids returned
final List<String>? ids;