CommentIndicatesUseCase constructor

const CommentIndicatesUseCase({
  1. required GitHubRepository gitHubRepository,
})

Implementation

const CommentIndicatesUseCase({
  required GitHubRepository gitHubRepository,
}) : _gitHubRepository = gitHubRepository;