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