copyWith method
Implementation
TargetChatInternalLink copyWith({InternalLinkType? link}) =>
TargetChatInternalLink(link: link ?? this.link);
TargetChatInternalLink copyWith({InternalLinkType? link}) =>
TargetChatInternalLink(link: link ?? this.link);