menu
atlassian_apis package
documentation
jira_platform.dart
ProjectId
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
ProjectId
copyWith
(
{
String
?
id
,
})
Implementation
ProjectId copyWith({String? id}) { return ProjectId( id: id ?? this.id, ); }
atlassian_apis package
documentation
jira_platform
ProjectId
copyWith method
ProjectId class