IssueList constructor

IssueList({
  1. required List<String> issueIds,
})

Implementation

IssueList({required this.issueIds});