CommentLineChecker constructor

CommentLineChecker({
  1. required String line,
})

Implementation

CommentLineChecker({
  required this.line,
});