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