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