CommentStep constructor

CommentStep({
  1. required String comment,
})

Implementation

CommentStep({
  required this.comment,
});