copyWith method
Implementation
IssueChangelogIds copyWith({List<int>? changelogIds}) {
return IssueChangelogIds(
changelogIds: changelogIds ?? this.changelogIds,
);
}
IssueChangelogIds copyWith({List<int>? changelogIds}) {
return IssueChangelogIds(
changelogIds: changelogIds ?? this.changelogIds,
);
}