copyWith method
Implementation
ProjectIssueSecurityLevels copyWith({List<SecurityLevel>? levels}) {
return ProjectIssueSecurityLevels(
levels: levels ?? this.levels,
);
}
ProjectIssueSecurityLevels copyWith({List<SecurityLevel>? levels}) {
return ProjectIssueSecurityLevels(
levels: levels ?? this.levels,
);
}