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