RecommendationFeedback constructor

RecommendationFeedback({
  1. String? codeReviewArn,
  2. DateTime? createdTimeStamp,
  3. DateTime? lastUpdatedTimeStamp,
  4. List<Reaction>? reactions,
  5. String? recommendationId,
  6. String? userId,
})

Implementation

RecommendationFeedback({
  this.codeReviewArn,
  this.createdTimeStamp,
  this.lastUpdatedTimeStamp,
  this.reactions,
  this.recommendationId,
  this.userId,
});