CommentsView constructor

const CommentsView({
  1. Key? key,
  2. required String featureRequestId,
})

Implementation

const CommentsView({
  super.key,
  required this.featureRequestId,
});