copyWith method
Implementation
LinkableAttachmentLinkDTO copyWith({AttachmentLinkDTO? links}) {
return LinkableAttachmentLinkDTO(
links: links ?? this.links,
);
}
LinkableAttachmentLinkDTO copyWith({AttachmentLinkDTO? links}) {
return LinkableAttachmentLinkDTO(
links: links ?? this.links,
);
}