GetCommentReactionsOutput constructor

GetCommentReactionsOutput({
  1. required List<ReactionForComment> reactionsForComment,
  2. String? nextToken,
})

Implementation

GetCommentReactionsOutput({
  required this.reactionsForComment,
  this.nextToken,
});