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