menu
atlassian_apis package
documentation
service_management.dart
SelfLinkDTO
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SelfLinkDTO
copyWith
(
{
String
?
self
,
})
Implementation
SelfLinkDTO copyWith({String? self}) { return SelfLinkDTO( self: self ?? this.self, ); }
atlassian_apis package
documentation
service_management
SelfLinkDTO
copyWith method
SelfLinkDTO class