menu
atlassian_apis package
documentation
service_management.dart
SourceDTO
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SourceDTO
copyWith
(
{
SourceDTOType
?
type
,
})
Implementation
SourceDTO copyWith({SourceDTOType? type}) { return SourceDTO( type: type ?? this.type, ); }
atlassian_apis package
documentation
service_management
SourceDTO
copyWith method
SourceDTO class