ids property

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

A list of the comment ids

Implementation

@JsonKey(name: 'id')

/// A list of the comment ids
final List<String>? ids;