IssueList copyWith({List<String>? issueIds}) { return IssueList( issueIds: issueIds ?? this.issueIds, ); }