ListReactionsResponse constructor

ListReactionsResponse({
  1. String? nextPageToken,
  2. List<Reaction>? reactions,
})

Implementation

ListReactionsResponse({this.nextPageToken, this.reactions});